Shades of Fog #D1CCE5
Tints of Fog #D1CCE5
RGB
CMYK
RGB Variations
Color information
#D1CCE5 (or 0xD1CCE5) is known color: Fog. HEX triplet: D1, CC and E5. RGB value is (209,204,229). Sum of RGB (Red+Green+Blue) = 209+204+229=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1CCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCE5 is #2E331A. Grayscale: #D0D0D0. Windows color (decimal): -3027739 or 15060177. OLE color: 15060177.
HSL color Cylindrical-coordinate representation of color #D1CCE5: hue angle of 252º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1CCE5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 204 | 229 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.10 |
| HSL | 252º | 0.32% | 0.85% | - |
| HSV(B) | 252º | 0.11% | 0.9% | - |
| XYZ | 62.03 | 62.4 | 82.9 | - |
| YUV | 208.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 229 | 0.09 | 0.11 | 0 | 0.10 | 252 | 0.32 | 0.85 |
| Hex | D1 | CC | E5 | 9 | B | 0 | A | FC | 20 | 55 |
| Octal | 321 | 314 | 345 | 11 | 13 | 0 | 12 | 374 | 40 | 125 |
| Binary | 11010001 | 11001100 | 11100101 | 1001 | 1011 | 0 | 1010 | 11111100 | 100000 | 1010101 |
Color Harmonies of #D1CCE5
Complementary color
Monochromatic Colors of #D1CCE5
Black with #D1CCE5
Text Example
Text Example
White with #D1CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCE5; }
p { color: rgb(209,204,229); }
H1.HeaderClassName
{
color: #D1CCE5;
}
.AnyTagClassName
{
color: #D1CCE5;
}
</style>
background-color css
<style>
a { background-color: #D1CCE5; }
a { background-color: rgb(209,204,229); }
div.DivClassName
{
background-color: #D1CCE5;
}
.BgClassName
{
background-color: #D1CCE5;
}
</style>
border-color css
<style>
span { border-color: #D1CCE5; }
span { border-color: rgb(209,204,229); }
td.TdClassName
{
border-color: #D1CCE5;
}
.TagClassName
{
border-color: #D1CCE5;
}
</style>