#D0C8DD

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

Shades of Fog #D0C8DD

Tints of Fog #D0C8DD

Color information

#D0C8DD (or 0xD0C8DD) is unknown color: approx Fog. HEX triplet: D0, C8 and DD. RGB value is (208,200,221). Sum of RGB (Red+Green+Blue) = 208+200+221=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0C8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8DD is #2F3722. Grayscale: #CCCCCC. Windows color (decimal): -3094307 or 14534864. OLE color: 14534864.

HSL color Cylindrical-coordinate representation of color #D0C8DD: hue angle of 262.86º degrees, saturation: 0.24, 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 #D0C8DD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208200221-
CMYK0.060.1000.13
HSL262.86º23.6%82.55%-
HSV(B)262.86º9.5%86.67%-
XYZ59.7259.9476.83-
YUV204.79137.15130.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 200 (78.52% from 255) = 31.80%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=33.07%
G=31.80%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082002210.060.1000.13262.8623.682.55
HexD0C8DD6A0D1071853
Octal32031033561201540730123
Binary110100001100100011011101110101001101100000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8DD; }

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

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

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

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

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

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

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

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