Shades of Fog #D1CCE1
Tints of Fog #D1CCE1
RGB
CMYK
RGB Variations
Color information
#D1CCE1 (or 0xD1CCE1) is known color: Fog. HEX triplet: D1, CC and E1. RGB value is (209,204,225). Sum of RGB (Red+Green+Blue) = 209+204+225=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCE1 is #2E331E. Grayscale: #CFCFCF. Windows color (decimal): -3027743 or 14798033. OLE color: 14798033.
HSL color Cylindrical-coordinate representation of color #D1CCE1: hue angle of 254.29º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CCE1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 204 | 225 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.12 |
| HSL | 254.29º | 0.26% | 0.84% | - |
| HSV(B) | 254.29º | 0.09% | 0.88% | - |
| XYZ | 61.48 | 62.18 | 80 | - |
| YUV | 207.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 225 | 0.07 | 0.09 | 0 | 0.12 | 254.29 | 0.26 | 0.84 |
| Hex | D1 | CC | E1 | 7 | 9 | 0 | C | FE | 1A | 54 |
| Octal | 321 | 314 | 341 | 7 | 11 | 0 | 14 | 376 | 32 | 124 |
| Binary | 11010001 | 11001100 | 11100001 | 111 | 1001 | 0 | 1100 | 11111110 | 11010 | 1010100 |
Color Harmonies of #D1CCE1
Complementary color
Monochromatic Colors of #D1CCE1
Black with #D1CCE1
Text Example
Text Example
White with #D1CCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCE1; }
p { color: rgb(209,204,225); }
H1.HeaderClassName
{
color: #D1CCE1;
}
.AnyTagClassName
{
color: #D1CCE1;
}
</style>
background-color css
<style>
a { background-color: #D1CCE1; }
a { background-color: rgb(209,204,225); }
div.DivClassName
{
background-color: #D1CCE1;
}
.BgClassName
{
background-color: #D1CCE1;
}
</style>
border-color css
<style>
span { border-color: #D1CCE1; }
span { border-color: rgb(209,204,225); }
td.TdClassName
{
border-color: #D1CCE1;
}
.TagClassName
{
border-color: #D1CCE1;
}
</style>