#D0C8DF

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

Shades of Fog #D0C8DF

Tints of Fog #D0C8DF

Color information

#D0C8DF (or 0xD0C8DF) is unknown color: approx Fog. HEX triplet: D0, C8 and DF. RGB value is (208,200,223). Sum of RGB (Red+Green+Blue) = 208+200+223=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8DF is #2F3720. Grayscale: #CCCCCC. Windows color (decimal): -3094305 or 14665936. OLE color: 14665936.

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

Color convert

RGB208200223-
CMYK0.070.1000.13
HSL260.87º26.44%82.94%-
HSV(B)260.87º10.31%87.45%-
XYZ59.9960.0578.24-
YUV205.01138.15130.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 200 (78.52% from 255) = 31.70%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=32.96%
G=31.70%
B=35.34%

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
Decimal2082002230.070.1000.13260.8726.4482.94
HexD0C8DF7A0D1051a53
Octal32031033771201540532123
Binary110100001100100011011111111101001101100000101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8DF; }

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

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

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

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

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

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

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

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