#D0CCDB

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

Shades of Fog #D0CCDB

Tints of Fog #D0CCDB

Color information

#D0CCDB (or 0xD0CCDB) is unknown color: approx Fog. HEX triplet: D0, CC and DB. RGB value is (208,204,219). Sum of RGB (Red+Green+Blue) = 208+204+219=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCDB is #2F3324. Grayscale: #CECECE. Windows color (decimal): -3093285 or 14404816. OLE color: 14404816.

HSL color Cylindrical-coordinate representation of color #D0CCDB: hue angle of 256º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0CCDB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208204219-
CMYK0.050.0700.14
HSL256º17.24%82.94%-
HSV(B)256º6.85%85.88%-
XYZ60.3961.7175.75-
YUV206.91134.83128.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=32.96%
G=32.33%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082042190.050.0700.1425617.2482.94
HexD0CCDB570E1001153
Octal3203143335701640021123
Binary11010000110011001101101110111101110100000000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCDB; }

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

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

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

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

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

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

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

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