Color Hex Logo

#d9cffc Color Hex

#D9CFFC
(217,207,252)
0 Favorites   0 Comments

Color spaces of #d9cffc

RGB 217207252
HSL0.700.880.90
HSV253°18°99°
CMYK 0.140.180.00   0.01
XYZ68.498866.4056101.3028
Yxy66.40560.29000.2811
Hunter Lab81.48967.4372-16.6629
CIE-Lab85.202912.0629-20.7590

#d9cffc color RGB value is (217,207,252).

#d9cffc hex color red value is 217, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d9cffc hue: 0.70 , saturation: 0.88 and the lightness value of d9cffc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001111 11111100
Octal 331 317 374
Decimal 217 207 252
Hex D9 CF FC

RGB Percentages of Color #d9cffc

%32.10
%30.62
%37.28

CMYK Percentages of Color #d9cffc

%14
%18
%0
%1

Triadic Colors of #d9cffc

#d9cffc #fcd9cf #cffcd9

Analogous Colors of #d9cffc

#d9cffc #f0cffc #cfdcfc

Monochromatic Colors of #d9cffc

#d9cffc

Complementary Color

#d9cffc #f2fccf

#d9cffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cffc Color CSS Codes

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

#d9cffc Text Font Color

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

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


#d9cffc Background Color

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

This div background color is #d9cffc


#d9cffc Border Color

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

This div border color is #d9cffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,207,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 #d9cffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cffc


Comments

No comments written yet.

Please login to write comment.