Color Hex Logo

#d9cbfc Color Hex

#D9CBFC
(217,203,252)
0 Favorites   0 Comments

Color spaces of #d9cbfc

RGB 217203252
HSL0.710.890.89
HSV257°19°99°
CMYK 0.140.190.00   0.01
XYZ67.541964.4919100.9838
Yxy64.49190.28990.2768
Hunter Lab80.30689.5900-18.3409
CIE-Lab84.221214.1969-22.2464

#d9cbfc color RGB value is (217,203,252).

#d9cbfc hex color red value is 217, green value is 203 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d9cbfc hue: 0.71 , saturation: 0.89 and the lightness value of d9cbfc is 0.89.

The process color (four color CMYK) of #d9cbfc color hex is 0.14, 0.19, 0.00, 0.01. Web safe color of #d9cbfc is #ccccff. Color #d9cbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001011 11111100
Octal 331 313 374
Decimal 217 203 252
Hex D9 CB FC

RGB Percentages of Color #d9cbfc

%32.29
%30.21
%37.50

CMYK Percentages of Color #d9cbfc

%14
%19
%0
%1

Triadic Colors of #d9cbfc

#d9cbfc #fcd9cb #cbfcd9

Analogous Colors of #d9cbfc

#d9cbfc #f2cbfc #cbd6fc

Monochromatic Colors of #d9cbfc

#d9cbfc

Complementary Color

#d9cbfc #eefccb

#d9cbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cbfc Color CSS Codes

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

#d9cbfc Text Font Color

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

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


#d9cbfc Background Color

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

This div background color is #d9cbfc


#d9cbfc Border Color

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

This div border color is #d9cbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cbfc


Comments

No comments written yet.

Please login to write comment.