Color Hex Logo

#d2cbee Color Hex

#D2CBEE
(210,203,238)
0 Favorites   0 Comments

Color spaces of #d2cbee

RGB 210203238
HSL0.700.510.86
HSV252°15°93°
CMYK 0.120.150.00   0.07
XYZ63.366962.586689.6295
Yxy62.58660.29390.2903
Hunter Lab79.11174.5295-11.7944
CIE-Lab83.22449.1040-16.3626

#d2cbee color RGB value is (210,203,238).

#d2cbee hex color red value is 210, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d2cbee hue: 0.70 , saturation: 0.51 and the lightness value of d2cbee is 0.86.

The process color (four color CMYK) of #d2cbee color hex is 0.12, 0.15, 0.00, 0.07. Web safe color of #d2cbee is #ccccff. Color #d2cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001011 11101110
Octal 322 313 356
Decimal 210 203 238
Hex D2 CB EE

RGB Percentages of Color #d2cbee

%32.26
%31.18
%36.56

CMYK Percentages of Color #d2cbee

%12
%15
%0
%7

Triadic Colors of #d2cbee

#d2cbee #eed2cb #cbeed2

Analogous Colors of #d2cbee

#d2cbee #e4cbee #cbd6ee

Monochromatic Colors of #d2cbee

#d2cbee

Complementary Color

#d2cbee #e7eecb

#d2cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2cbee Color CSS Codes

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

#d2cbee Text Font Color

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

This sample text font color is #d2cbee
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.


#d2cbee Background Color

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

This div background color is #d2cbee


#d2cbee Border Color

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

This div border color is #d2cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2cbee


Comments

No comments written yet.

Please login to write comment.