Shades of Fog #D0CCE2
Tints of Fog #D0CCE2
RGB
CMYK
RGB Variations
Color information
#D0CCE2 (or 0xD0CCE2) is known color: Fog. HEX triplet: D0, CC and E2. RGB value is (208,204,226). Sum of RGB (Red+Green+Blue) = 208+204+226=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 226 - color contains mainly: blue. Hex color #D0CCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCE2 is #2F331D. Grayscale: #CFCFCF. Windows color (decimal): -3093278 or 14863568. OLE color: 14863568.
HSL color Cylindrical-coordinate representation of color #D0CCE2: hue angle of 250.91º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0CCE2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 208 | 204 | 226 | - |
CMYK | 0.08 | 0.10 | 0 | 0.11 |
HSL | 250.91º | 0.28% | 0.84% | - |
HSV(B) | 250.91º | 0.1% | 0.89% | - |
XYZ | 61.33 | 62.09 | 80.7 | - |
YUV | 207.7 | 138.33 | 128.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 226 | 0.08 | 0.10 | 0 | 0.11 | 250.91 | 0.28 | 0.84 |
Hex | D0 | CC | E2 | 8 | A | 0 | B | FB | 1C | 54 |
Octal | 320 | 314 | 342 | 10 | 12 | 0 | 13 | 373 | 34 | 124 |
Binary | 11010000 | 11001100 | 11100010 | 1000 | 1010 | 0 | 1011 | 11111011 | 11100 | 1010100 |
Color Harmonies of #D0CCE2
Complementary color
Monochromatic Colors of #D0CCE2
Black with #D0CCE2
Text Example
Text Example
White with #D0CCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCE2; }
p { color: rgb(208,204,226); }
H1.HeaderClassName
{
color: #D0CCE2;
}
.AnyTagClassName
{
color: #D0CCE2;
}
</style>
background-color css
<style>
a { background-color: #D0CCE2; }
a { background-color: rgb(208,204,226); }
div.DivClassName
{
background-color: #D0CCE2;
}
.BgClassName
{
background-color: #D0CCE2;
}
</style>
border-color css
<style>
span { border-color: #D0CCE2; }
span { border-color: rgb(208,204,226); }
td.TdClassName
{
border-color: #D0CCE2;
}
.TagClassName
{
border-color: #D0CCE2;
}
</style>