Shades of Fog #D1CDE4
Tints of Fog #D1CDE4
RGB
CMYK
RGB Variations
Color information
#D1CDE4 (or 0xD1CDE4) is known color: Fog. HEX triplet: D1, CD and E4. RGB value is (209,205,228). Sum of RGB (Red+Green+Blue) = 209+205+228=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 228 - color contains mainly: blue. Hex color #D1CDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDE4 is #2E321B. Grayscale: #D0D0D0. Windows color (decimal): -3027484 or 14994897. OLE color: 14994897.
HSL color Cylindrical-coordinate representation of color #D1CDE4: hue angle of 250.43º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1CDE4 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 205 | 228 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.11 |
| HSL | 250.43º | 0.3% | 0.85% | - |
| HSV(B) | 250.43º | 0.1% | 0.89% | - |
| XYZ | 62.13 | 62.82 | 82.25 | - |
| YUV | 208.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 228 | 0.08 | 0.10 | 0 | 0.11 | 250.43 | 0.3 | 0.85 |
| Hex | D1 | CD | E4 | 8 | A | 0 | B | FA | 1E | 55 |
| Octal | 321 | 315 | 344 | 10 | 12 | 0 | 13 | 372 | 36 | 125 |
| Binary | 11010001 | 11001101 | 11100100 | 1000 | 1010 | 0 | 1011 | 11111010 | 11110 | 1010101 |
Color Harmonies of #D1CDE4
Complementary color
Monochromatic Colors of #D1CDE4
Black with #D1CDE4
Text Example
Text Example
White with #D1CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDE4; }
p { color: rgb(209,205,228); }
H1.HeaderClassName
{
color: #D1CDE4;
}
.AnyTagClassName
{
color: #D1CDE4;
}
</style>
background-color css
<style>
a { background-color: #D1CDE4; }
a { background-color: rgb(209,205,228); }
div.DivClassName
{
background-color: #D1CDE4;
}
.BgClassName
{
background-color: #D1CDE4;
}
</style>
border-color css
<style>
span { border-color: #D1CDE4; }
span { border-color: rgb(209,205,228); }
td.TdClassName
{
border-color: #D1CDE4;
}
.TagClassName
{
border-color: #D1CDE4;
}
</style>