Shades of Fog #D4C6E7
Tints of Fog #D4C6E7
RGB
CMYK
RGB Variations
Color information
#D4C6E7 (or 0xD4C6E7) is known color: Fog. HEX triplet: D4, C6 and E7. RGB value is (212,198,231). Sum of RGB (Red+Green+Blue) = 212+198+231=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4C6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C6E7 is #2B3918. Grayscale: #CDCDCD. Windows color (decimal): -2832665 or 15189716. OLE color: 15189716.
HSL color Cylindrical-coordinate representation of color #D4C6E7: hue angle of 265.45º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4C6E7 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 198 | 231 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.09 |
| HSL | 265.45º | 0.41% | 0.84% | - |
| HSV(B) | 265.45º | 0.14% | 0.91% | - |
| XYZ | 61.77 | 60.15 | 83.96 | - |
| YUV | 205.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 231 | 0.08 | 0.14 | 0 | 0.09 | 265.45 | 0.41 | 0.84 |
| Hex | D4 | C6 | E7 | 8 | E | 0 | 9 | 109 | 29 | 54 |
| Octal | 324 | 306 | 347 | 10 | 16 | 0 | 11 | 411 | 51 | 124 |
| Binary | 11010100 | 11000110 | 11100111 | 1000 | 1110 | 0 | 1001 | 100001001 | 101001 | 1010100 |
Color Harmonies of #D4C6E7
Complementary color
Monochromatic Colors of #D4C6E7
Black with #D4C6E7
Text Example
Text Example
White with #D4C6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C6E7; }
p { color: rgb(212,198,231); }
H1.HeaderClassName
{
color: #D4C6E7;
}
.AnyTagClassName
{
color: #D4C6E7;
}
</style>
background-color css
<style>
a { background-color: #D4C6E7; }
a { background-color: rgb(212,198,231); }
div.DivClassName
{
background-color: #D4C6E7;
}
.BgClassName
{
background-color: #D4C6E7;
}
</style>
border-color css
<style>
span { border-color: #D4C6E7; }
span { border-color: rgb(212,198,231); }
td.TdClassName
{
border-color: #D4C6E7;
}
.TagClassName
{
border-color: #D4C6E7;
}
</style>