Shades of Fog #D0C1E8
Tints of Fog #D0C1E8
RGB
CMYK
RGB Variations
Color information
#D0C1E8 (or 0xD0C1E8) is known color: Fog. HEX triplet: D0, C1 and E8. RGB value is (208,193,232). Sum of RGB (Red+Green+Blue) = 208+193+232=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0C1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C1E8 is #2F3E17. Grayscale: #C9C9C9. Windows color (decimal): -3096088 or 15253968. OLE color: 15253968.
HSL color Cylindrical-coordinate representation of color #D0C1E8: hue angle of 263.08º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0C1E8 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 193 | 232 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.09 |
| HSL | 263.08º | 0.46% | 0.83% | - |
| HSV(B) | 263.08º | 0.17% | 0.91% | - |
| XYZ | 59.65 | 57.38 | 84.27 | - |
| YUV | 201.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 232 | 0.10 | 0.17 | 0 | 0.09 | 263.08 | 0.46 | 0.83 |
| Hex | D0 | C1 | E8 | A | 11 | 0 | 9 | 107 | 2E | 53 |
| Octal | 320 | 301 | 350 | 12 | 21 | 0 | 11 | 407 | 56 | 123 |
| Binary | 11010000 | 11000001 | 11101000 | 1010 | 10001 | 0 | 1001 | 100000111 | 101110 | 1010011 |
Color Harmonies of #D0C1E8
Complementary color
Monochromatic Colors of #D0C1E8
Black with #D0C1E8
Text Example
Text Example
White with #D0C1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C1E8; }
p { color: rgb(208,193,232); }
H1.HeaderClassName
{
color: #D0C1E8;
}
.AnyTagClassName
{
color: #D0C1E8;
}
</style>
background-color css
<style>
a { background-color: #D0C1E8; }
a { background-color: rgb(208,193,232); }
div.DivClassName
{
background-color: #D0C1E8;
}
.BgClassName
{
background-color: #D0C1E8;
}
</style>
border-color css
<style>
span { border-color: #D0C1E8; }
span { border-color: rgb(208,193,232); }
td.TdClassName
{
border-color: #D0C1E8;
}
.TagClassName
{
border-color: #D0C1E8;
}
</style>