Shades of Fog #D1CCE9
Tints of Fog #D1CCE9
RGB
CMYK
RGB Variations
Color information
#D1CCE9 (or 0xD1CCE9) is known color: Fog. HEX triplet: D1, CC and E9. RGB value is (209,204,233). Sum of RGB (Red+Green+Blue) = 209+204+233=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCE9 is #2E3316. Grayscale: #D0D0D0. Windows color (decimal): -3027735 or 15322321. OLE color: 15322321.
HSL color Cylindrical-coordinate representation of color #D1CCE9: hue angle of 250.34º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1CCE9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 204 | 233 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.09 |
| HSL | 250.34º | 0.4% | 0.86% | - |
| HSV(B) | 250.34º | 0.12% | 0.91% | - |
| XYZ | 62.6 | 62.62 | 85.88 | - |
| YUV | 208.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 233 | 0.10 | 0.12 | 0 | 0.09 | 250.34 | 0.4 | 0.86 |
| Hex | D1 | CC | E9 | A | C | 0 | 9 | FA | 28 | 56 |
| Octal | 321 | 314 | 351 | 12 | 14 | 0 | 11 | 372 | 50 | 126 |
| Binary | 11010001 | 11001100 | 11101001 | 1010 | 1100 | 0 | 1001 | 11111010 | 101000 | 1010110 |
Color Harmonies of #D1CCE9
Complementary color
Monochromatic Colors of #D1CCE9
Black with #D1CCE9
Text Example
Text Example
White with #D1CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCE9; }
p { color: rgb(209,204,233); }
H1.HeaderClassName
{
color: #D1CCE9;
}
.AnyTagClassName
{
color: #D1CCE9;
}
</style>
background-color css
<style>
a { background-color: #D1CCE9; }
a { background-color: rgb(209,204,233); }
div.DivClassName
{
background-color: #D1CCE9;
}
.BgClassName
{
background-color: #D1CCE9;
}
</style>
border-color css
<style>
span { border-color: #D1CCE9; }
span { border-color: rgb(209,204,233); }
td.TdClassName
{
border-color: #D1CCE9;
}
.TagClassName
{
border-color: #D1CCE9;
}
</style>