Shades of Fog #D0C0DF
Tints of Fog #D0C0DF
RGB
CMYK
RGB Variations
Color information
#D0C0DF (or 0xD0C0DF) is known color: Fog. HEX triplet: D0, C0 and DF. RGB value is (208,192,223). Sum of RGB (Red+Green+Blue) = 208+192+223=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0DF is #2F3F20. Grayscale: #C8C8C8. Windows color (decimal): -3096353 or 14663888. OLE color: 14663888.
HSL color Cylindrical-coordinate representation of color #D0C0DF: hue angle of 270.97º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0C0DF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 192 | 223 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.13 |
| HSL | 270.97º | 0.33% | 0.81% | - |
| HSV(B) | 270.97º | 0.14% | 0.87% | - |
| XYZ | 58.18 | 56.44 | 77.64 | - |
| YUV | 200.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 223 | 0.07 | 0.14 | 0 | 0.13 | 270.97 | 0.33 | 0.81 |
| Hex | D0 | C0 | DF | 7 | E | 0 | D | 10F | 21 | 51 |
| Octal | 320 | 300 | 337 | 7 | 16 | 0 | 15 | 417 | 41 | 121 |
| Binary | 11010000 | 11000000 | 11011111 | 111 | 1110 | 0 | 1101 | 100001111 | 100001 | 1010001 |
Color Harmonies of #D0C0DF
Complementary color
Monochromatic Colors of #D0C0DF
Black with #D0C0DF
Text Example
Text Example
White with #D0C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0DF; }
p { color: rgb(208,192,223); }
H1.HeaderClassName
{
color: #D0C0DF;
}
.AnyTagClassName
{
color: #D0C0DF;
}
</style>
background-color css
<style>
a { background-color: #D0C0DF; }
a { background-color: rgb(208,192,223); }
div.DivClassName
{
background-color: #D0C0DF;
}
.BgClassName
{
background-color: #D0C0DF;
}
</style>
border-color css
<style>
span { border-color: #D0C0DF; }
span { border-color: rgb(208,192,223); }
td.TdClassName
{
border-color: #D0C0DF;
}
.TagClassName
{
border-color: #D0C0DF;
}
</style>