#D0C9DF

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

Shades of Fog #D0C9DF

Tints of Fog #D0C9DF

Color information

#D0C9DF (or 0xD0C9DF) is unknown color: approx Fog. HEX triplet: D0, C9 and DF. RGB value is (208,201,223). Sum of RGB (Red+Green+Blue) = 208+201+223=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9DF is #2F3620. Grayscale: #CDCDCD. Windows color (decimal): -3094049 or 14666192. OLE color: 14666192.

HSL color Cylindrical-coordinate representation of color #D0C9DF: hue angle of 259.09º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0C9DF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208201223-
CMYK0.070.1000.13
HSL259.09º25.58%83.14%-
HSV(B)259.09º9.87%87.45%-
XYZ60.2260.5178.32-
YUV205.6137.82129.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=32.91%
G=31.80%
B=35.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082012230.070.1000.13259.0925.5883.14
HexD0C9DF7A0D1031a53
Octal32031133771201540332123
Binary110100001100100111011111111101001101100000011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C9DF; }

 p { color: rgb(208,201,223); }

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

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

 a { background-color: rgb(208,201,223); }

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

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

 span { border-color: rgb(208,201,223); }

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