Shades of Fog #D4C6EF
Tints of Fog #D4C6EF
RGB
CMYK
RGB Variations
Color information
#D4C6EF (or 0xD4C6EF) is known color: Fog. HEX triplet: D4, C6 and EF. RGB value is (212,198,239). Sum of RGB (Red+Green+Blue) = 212+198+239=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C6EF is #2B3910. Grayscale: #CECECE. Windows color (decimal): -2832657 or 15714004. OLE color: 15714004.
HSL color Cylindrical-coordinate representation of color #D4C6EF: hue angle of 260.49º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C6EF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 198 | 239 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.06 |
| HSL | 260.49º | 0.56% | 0.86% | - |
| HSV(B) | 260.49º | 0.17% | 0.94% | - |
| XYZ | 62.93 | 60.62 | 90.05 | - |
| YUV | 206.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 239 | 0.11 | 0.17 | 0 | 0.06 | 260.49 | 0.56 | 0.86 |
| Hex | D4 | C6 | EF | B | 11 | 0 | 6 | 104 | 38 | 56 |
| Octal | 324 | 306 | 357 | 13 | 21 | 0 | 6 | 404 | 70 | 126 |
| Binary | 11010100 | 11000110 | 11101111 | 1011 | 10001 | 0 | 110 | 100000100 | 111000 | 1010110 |
Color Harmonies of #D4C6EF
Complementary color
Monochromatic Colors of #D4C6EF
Black with #D4C6EF
Text Example
Text Example
White with #D4C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C6EF; }
p { color: rgb(212,198,239); }
H1.HeaderClassName
{
color: #D4C6EF;
}
.AnyTagClassName
{
color: #D4C6EF;
}
</style>
background-color css
<style>
a { background-color: #D4C6EF; }
a { background-color: rgb(212,198,239); }
div.DivClassName
{
background-color: #D4C6EF;
}
.BgClassName
{
background-color: #D4C6EF;
}
</style>
border-color css
<style>
span { border-color: #D4C6EF; }
span { border-color: rgb(212,198,239); }
td.TdClassName
{
border-color: #D4C6EF;
}
.TagClassName
{
border-color: #D4C6EF;
}
</style>