Color Hex Logo

#d2bedb Color Hex

#D2BEDB
(210,190,219)
0 Favorites   0 Comments

Color spaces of #d2bedb

RGB 210190219
HSL0.780.290.80
HSV281°13°86°
CMYK 0.040.130.00   0.14
XYZ57.778055.643074.7128
Yxy55.64300.30710.2958
Hunter Lab74.59427.7197-7.1683
CIE-Lab79.410212.3056-11.9036

#d2bedb color RGB value is (210,190,219).

#d2bedb hex color red value is 210, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d2bedb hue: 0.78 , saturation: 0.29 and the lightness value of d2bedb is 0.80.

The process color (four color CMYK) of #d2bedb color hex is 0.04, 0.13, 0.00, 0.14. Web safe color of #d2bedb is #cccccc. Color #d2bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111110 11011011
Octal 322 276 333
Decimal 210 190 219
Hex D2 BE DB

RGB Percentages of Color #d2bedb

%33.93
%30.69
%35.38

CMYK Percentages of Color #d2bedb

%4
%13
%0
%14

Triadic Colors of #d2bedb

#d2bedb #dbd2be #bedbd2

Analogous Colors of #d2bedb

#d2bedb #dbbed6 #c4bedb

Monochromatic Colors of #d2bedb

#d2bedb

Complementary Color

#d2bedb #c7dbbe

#d2bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bedb Color CSS Codes

.mybgcolor {background-color:#d2bedb; } 
.myforecolor {color:#d2bedb; }
.mybordercolor {border:3px solid #d2bedb; }

#d2bedb Text Font Color

<p style="color:#d2bedb">Text here</p>

This sample text font color is #d2bedb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d2bedb Background Color

<div style="background-color:#d2bedb">
Div content here</div>

This div background color is #d2bedb


#d2bedb Border Color

<div style="border:3px solid #d2bedb">
Div here</div>

This div border color is #d2bedb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,190,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2bedb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2bedb;
  -webkit-box-shadow: 1px 1px 3px 2px #d2bedb;
  box-shadow:         1px 1px 3px 2px #d2bedb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,190,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2bedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d2bedb;
  -webkit-box-shadow: 1px 1px 3px 2px #d2bedb;
  box-shadow:         1px 1px 3px 2px #d2bedb;">
Div content here</div>

This div box has shadow with color #d2bedb


Comments

No comments written yet.

Please login to write comment.