Shades of Fog #D0CCDB
Tints of Fog #D0CCDB
RGB
CMYK
RGB Variations
Color information
#D0CCDB (or 0xD0CCDB) is known color: 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
RGB | 208 | 204 | 219 | - |
CMYK | 0.05 | 0.07 | 0 | 0.14 |
HSL | 256º | 0.17% | 0.83% | - |
HSV(B) | 256º | 0.07% | 0.86% | - |
XYZ | 60.39 | 61.71 | 75.75 | - |
YUV | 206.91 | 134.83 | 128.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 219 | 0.05 | 0.07 | 0 | 0.14 | 256 | 0.17 | 0.83 |
Hex | D0 | CC | DB | 5 | 7 | 0 | E | 100 | 11 | 53 |
Octal | 320 | 314 | 333 | 5 | 7 | 0 | 16 | 400 | 21 | 123 |
Binary | 11010000 | 11001100 | 11011011 | 101 | 111 | 0 | 1110 | 100000000 | 10001 | 1010011 |
Color Harmonies of #D0CCDB
Complementary color
Monochromatic Colors of #D0CCDB
Black with #D0CCDB
Text Example
Text Example
White with #D0CCDB
Text Example
Text Example
HTML Codes & Css Web 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>