Shades of Fog #D4CFE1
Tints of Fog #D4CFE1
RGB
CMYK
RGB Variations
Color information
#D4CFE1 (or 0xD4CFE1) is known color: Fog. HEX triplet: D4, CF and E1. RGB value is (212,207,225). Sum of RGB (Red+Green+Blue) = 212+207+225=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFE1 is #2B301E. Grayscale: #D2D2D2. Windows color (decimal): -2830367 or 14798804. OLE color: 14798804.
HSL color Cylindrical-coordinate representation of color #D4CFE1: hue angle of 256.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4CFE1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 207 | 225 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.12 |
| HSL | 256.67º | 0.23% | 0.85% | - |
| HSV(B) | 256.67º | 0.08% | 0.88% | - |
| XYZ | 63.05 | 64.06 | 80.28 | - |
| YUV | 210.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 225 | 0.06 | 0.08 | 0 | 0.12 | 256.67 | 0.23 | 0.85 |
| Hex | D4 | CF | E1 | 6 | 8 | 0 | C | 101 | 17 | 55 |
| Octal | 324 | 317 | 341 | 6 | 10 | 0 | 14 | 401 | 27 | 125 |
| Binary | 11010100 | 11001111 | 11100001 | 110 | 1000 | 0 | 1100 | 100000001 | 10111 | 1010101 |
Color Harmonies of #D4CFE1
Complementary color
Monochromatic Colors of #D4CFE1
Black with #D4CFE1
Text Example
Text Example
White with #D4CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFE1; }
p { color: rgb(212,207,225); }
H1.HeaderClassName
{
color: #D4CFE1;
}
.AnyTagClassName
{
color: #D4CFE1;
}
</style>
background-color css
<style>
a { background-color: #D4CFE1; }
a { background-color: rgb(212,207,225); }
div.DivClassName
{
background-color: #D4CFE1;
}
.BgClassName
{
background-color: #D4CFE1;
}
</style>
border-color css
<style>
span { border-color: #D4CFE1; }
span { border-color: rgb(212,207,225); }
td.TdClassName
{
border-color: #D4CFE1;
}
.TagClassName
{
border-color: #D4CFE1;
}
</style>