Color Hex Logo

#d1cbec Color Hex

#D1CBEC
(209,203,236)
0 Favorites   0 Comments

Color spaces of #d1cbec

RGB 209203236
HSL0.700.460.86
HSV251°14°93°
CMYK 0.110.140.00   0.07
XYZ62.790862.323388.0771
Yxy62.32330.29450.2923
Hunter Lab78.94513.8201-10.8868
CIE-Lab83.08518.3769-15.5144

#d1cbec color RGB value is (209,203,236).

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

The process color (four color CMYK) of #d1cbec color hex is 0.11, 0.14, 0.00, 0.07. Web safe color of #d1cbec is #ccccff. Color #d1cbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001011 11101100
Octal 321 313 354
Decimal 209 203 236
Hex D1 CB EC

RGB Percentages of Color #d1cbec

%32.25
%31.33
%36.42

CMYK Percentages of Color #d1cbec

%11
%14
%0
%7

Triadic Colors of #d1cbec

#d1cbec #ecd1cb #cbecd1

Analogous Colors of #d1cbec

#d1cbec #e2cbec #cbd6ec

Monochromatic Colors of #d1cbec

#d1cbec

Complementary Color

#d1cbec #e6eccb

#d1cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cbec Color CSS Codes

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

#d1cbec Text Font Color

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

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


#d1cbec Background Color

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

This div background color is #d1cbec


#d1cbec Border Color

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

This div border color is #d1cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cbec


Comments

No comments written yet.

Please login to write comment.