Shades of Fog #D1CCE8
Tints of Fog #D1CCE8
RGB
CMYK
RGB Variations
Color information
#D1CCE8 (or 0xD1CCE8) is known color: Fog. HEX triplet: D1, CC and E8. RGB value is (209,204,232). Sum of RGB (Red+Green+Blue) = 209+204+232=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1CCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCE8 is #2E3317. Grayscale: #D0D0D0. Windows color (decimal): -3027736 or 15256785. OLE color: 15256785.
HSL color Cylindrical-coordinate representation of color #D1CCE8: hue angle of 250.71º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1CCE8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 204 | 232 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.09 |
| HSL | 250.71º | 0.38% | 0.85% | - |
| HSV(B) | 250.71º | 0.12% | 0.91% | - |
| XYZ | 62.45 | 62.57 | 85.13 | - |
| YUV | 208.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 232 | 0.10 | 0.12 | 0 | 0.09 | 250.71 | 0.38 | 0.85 |
| Hex | D1 | CC | E8 | A | C | 0 | 9 | FB | 26 | 55 |
| Octal | 321 | 314 | 350 | 12 | 14 | 0 | 11 | 373 | 46 | 125 |
| Binary | 11010001 | 11001100 | 11101000 | 1010 | 1100 | 0 | 1001 | 11111011 | 100110 | 1010101 |
Color Harmonies of #D1CCE8
Complementary color
Monochromatic Colors of #D1CCE8
Black with #D1CCE8
Text Example
Text Example
White with #D1CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCE8; }
p { color: rgb(209,204,232); }
H1.HeaderClassName
{
color: #D1CCE8;
}
.AnyTagClassName
{
color: #D1CCE8;
}
</style>
background-color css
<style>
a { background-color: #D1CCE8; }
a { background-color: rgb(209,204,232); }
div.DivClassName
{
background-color: #D1CCE8;
}
.BgClassName
{
background-color: #D1CCE8;
}
</style>
border-color css
<style>
span { border-color: #D1CCE8; }
span { border-color: rgb(209,204,232); }
td.TdClassName
{
border-color: #D1CCE8;
}
.TagClassName
{
border-color: #D1CCE8;
}
</style>