Shades of Fog #D4CFE6
Tints of Fog #D4CFE6
RGB
CMYK
RGB Variations
Color information
#D4CFE6 (or 0xD4CFE6) is known color: Fog. HEX triplet: D4, CF and E6. RGB value is (212,207,230). Sum of RGB (Red+Green+Blue) = 212+207+230=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4CFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFE6 is #2B3019. Grayscale: #D3D3D3. Windows color (decimal): -2830362 or 15126484. OLE color: 15126484.
HSL color Cylindrical-coordinate representation of color #D4CFE6: hue angle of 253.04º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4CFE6 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 207 | 230 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.10 |
| HSL | 253.04º | 0.32% | 0.86% | - |
| HSV(B) | 253.04º | 0.1% | 0.9% | - |
| XYZ | 63.75 | 64.34 | 83.92 | - |
| YUV | 211.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 230 | 0.08 | 0.10 | 0 | 0.10 | 253.04 | 0.32 | 0.86 |
| Hex | D4 | CF | E6 | 8 | A | 0 | A | FD | 20 | 56 |
| Octal | 324 | 317 | 346 | 10 | 12 | 0 | 12 | 375 | 40 | 126 |
| Binary | 11010100 | 11001111 | 11100110 | 1000 | 1010 | 0 | 1010 | 11111101 | 100000 | 1010110 |
Color Harmonies of #D4CFE6
Complementary color
Monochromatic Colors of #D4CFE6
Black with #D4CFE6
Text Example
Text Example
White with #D4CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFE6; }
p { color: rgb(212,207,230); }
H1.HeaderClassName
{
color: #D4CFE6;
}
.AnyTagClassName
{
color: #D4CFE6;
}
</style>
background-color css
<style>
a { background-color: #D4CFE6; }
a { background-color: rgb(212,207,230); }
div.DivClassName
{
background-color: #D4CFE6;
}
.BgClassName
{
background-color: #D4CFE6;
}
</style>
border-color css
<style>
span { border-color: #D4CFE6; }
span { border-color: rgb(212,207,230); }
td.TdClassName
{
border-color: #D4CFE6;
}
.TagClassName
{
border-color: #D4CFE6;
}
</style>