#D0C9DD

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

Shades of Fog #D0C9DD

Tints of Fog #D0C9DD

Color information

#D0C9DD (or 0xD0C9DD) is unknown color: approx Fog. HEX triplet: D0, C9 and DD. RGB value is (208,201,221). Sum of RGB (Red+Green+Blue) = 208+201+221=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9DD is #2F3622. Grayscale: #CDCDCD. Windows color (decimal): -3094051 or 14535120. OLE color: 14535120.

HSL color Cylindrical-coordinate representation of color #D0C9DD: hue angle of 261º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0C9DD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208201221-
CMYK0.060.0900.13
HSL261º22.73%82.75%-
HSV(B)261º9.05%86.67%-
XYZ59.9560.476.91-
YUV205.37136.82129.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.02%
GREEN value IS 201 (78.91% from 255) = 31.90%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=33.02%
G=31.90%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082012210.060.0900.1326122.7382.75
HexD0C9DD690D1051753
Octal32031133561101540527123
Binary110100001100100111011101110100101101100000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C9DD; }

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

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

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

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

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

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

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

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