#D0C8E6

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

Shades of Fog #D0C8E6

Tints of Fog #D0C8E6

Color information

#D0C8E6 (or 0xD0C8E6) is unknown color: approx Fog. HEX triplet: D0, C8 and E6. RGB value is (208,200,230). Sum of RGB (Red+Green+Blue) = 208+200+230=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0C8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C8E6 is #2F3719. Grayscale: #CDCDCD. Windows color (decimal): -3094298 or 15124688. OLE color: 15124688.

HSL color Cylindrical-coordinate representation of color #D0C8E6: hue angle of 256º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0C8E6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208200230-
CMYK0.100.1300.10
HSL256º37.5%84.31%-
HSV(B)256º13.04%90.2%-
XYZ60.9560.4383.31-
YUV205.81141.65129.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.60%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=32.60%
G=31.35%
B=36.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082002300.100.1300.1025637.584.31
HexD0C8E6AD0A1002554
Octal320310346121501240045124
Binary11010000110010001110011010101101010101000000001001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8E6; }

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

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

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

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

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

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

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

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