Shades of Fog #D0CCDF
Tints of Fog #D0CCDF
RGB
CMYK
RGB Variations
Color information
#D0CCDF (or 0xD0CCDF) is known color: Fog. HEX triplet: D0, CC and DF. RGB value is (208,204,223). Sum of RGB (Red+Green+Blue) = 208+204+223=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCDF is #2F3320. Grayscale: #CFCFCF. Windows color (decimal): -3093281 or 14666960. OLE color: 14666960.
HSL color Cylindrical-coordinate representation of color #D0CCDF: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CCDF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 204 | 223 | - |
CMYK | 0.07 | 0.09 | 0 | 0.13 |
HSL | 252.63º | 0.23% | 0.84% | - |
HSV(B) | 252.63º | 0.09% | 0.87% | - |
XYZ | 60.92 | 61.92 | 78.55 | - |
YUV | 207.36 | 136.83 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 223 | 0.07 | 0.09 | 0 | 0.13 | 252.63 | 0.23 | 0.84 |
Hex | D0 | CC | DF | 7 | 9 | 0 | D | FD | 17 | 54 |
Octal | 320 | 314 | 337 | 7 | 11 | 0 | 15 | 375 | 27 | 124 |
Binary | 11010000 | 11001100 | 11011111 | 111 | 1001 | 0 | 1101 | 11111101 | 10111 | 1010100 |
Color Harmonies of #D0CCDF
Complementary color
Monochromatic Colors of #D0CCDF
Black with #D0CCDF
Text Example
Text Example
White with #D0CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCDF; }
p { color: rgb(208,204,223); }
H1.HeaderClassName
{
color: #D0CCDF;
}
.AnyTagClassName
{
color: #D0CCDF;
}
</style>
background-color css
<style>
a { background-color: #D0CCDF; }
a { background-color: rgb(208,204,223); }
div.DivClassName
{
background-color: #D0CCDF;
}
.BgClassName
{
background-color: #D0CCDF;
}
</style>
border-color css
<style>
span { border-color: #D0CCDF; }
span { border-color: rgb(208,204,223); }
td.TdClassName
{
border-color: #D0CCDF;
}
.TagClassName
{
border-color: #D0CCDF;
}
</style>