#D0CCDE

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

Shades of Fog #D0CCDE

Tints of Fog #D0CCDE

Color information

#D0CCDE (or 0xD0CCDE) is unknown color: approx Fog. HEX triplet: D0, CC and DE. RGB value is (208,204,222). Sum of RGB (Red+Green+Blue) = 208+204+222=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCDE is #2F3321. Grayscale: #CFCFCF. Windows color (decimal): -3093282 or 14601424. OLE color: 14601424.

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

Color convert

RGB208204222-
CMYK0.060.0800.13
HSL253.33º21.43%83.53%-
HSV(B)253.33º8.11%87.06%-
XYZ60.7961.8777.85-
YUV207.25136.33128.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=32.81%
G=32.18%
B=35.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082042220.060.0800.13253.3321.4383.53
HexD0CCDE680Dfd1554
Octal32031433661001537525124
Binary11010000110011001101111011010000110111111101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCDE; }

 p { color: rgb(208,204,222); }

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

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

 a { background-color: rgb(208,204,222); }

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

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

 span { border-color: rgb(208,204,222); }

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