#D9CFEA

Color #D9CFEA Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D9CFEA

Tints of Fog #D9CFEA

Color information

#D9CFEA (or 0xD9CFEA) is unknown color: approx Fog. HEX triplet: D9, CF and EA. RGB value is (217,207,234). Sum of RGB (Red+Green+Blue) = 217+207+234=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFEA is #263015. Grayscale: #D4D4D4. Windows color (decimal): -2502678 or 15388633. OLE color: 15388633.

HSL color Cylindrical-coordinate representation of color #D9CFEA: hue angle of 262.22º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9CFEA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217207234-
CMYK0.070.1200.08
HSL262.22º39.13%86.47%-
HSV(B)262.22º11.54%91.76%-
XYZ65.7865.3286.98-
YUV213.07139.81130.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 32.98%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 234 (91.80% from 255) = 35.56%
R=32.98%
G=31.46%
B=35.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172072340.070.1200.08262.2239.1386.47
HexD9CFEA7C081062756
Octal33131735271401040647126
Binary1101100111001111111010101111100010001000001101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFEA; }

 p { color: rgb(217,207,234); }

 H1.HeaderClassName
 {
   color: #D9CFEA;
 }
 .AnyTagClassName
 {
   color: #D9CFEA;
 }
</style>
background-color css

<style>
 a { background-color: #D9CFEA; }

 a { background-color: rgb(217,207,234); }

 div.DivClassName
 {
   background-color: #D9CFEA;
 }
 .BgClassName
 {
   background-color: #D9CFEA;
 }
</style>
border-color css

<style>
 span { border-color: #D9CFEA; }

 span { border-color: rgb(217,207,234); }

 td.TdClassName
 {
   border-color: #D9CFEA;
 }
 .TagClassName
 {
   border-color: #D9CFEA;
 }
</style>