Shades of Fog #D6C7EF
Tints of Fog #D6C7EF
RGB
CMYK
RGB Variations
Color information
#D6C7EF (or 0xD6C7EF) is known color: Fog. HEX triplet: D6, C7 and EF. RGB value is (214,199,239). Sum of RGB (Red+Green+Blue) = 214+199+239=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C7EF is #293810. Grayscale: #CFCFCF. Windows color (decimal): -2701329 or 15714262. OLE color: 15714262.
HSL color Cylindrical-coordinate representation of color #D6C7EF: hue angle of 262.5º 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 #D6C7EF is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 199 | 239 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.06 |
| HSL | 262.5º | 0.56% | 0.86% | - |
| HSV(B) | 262.5º | 0.17% | 0.94% | - |
| XYZ | 63.73 | 61.37 | 90.15 | - |
| YUV | 208.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 239 | 0.10 | 0.17 | 0 | 0.06 | 262.5 | 0.56 | 0.86 |
| Hex | D6 | C7 | EF | A | 11 | 0 | 6 | 106 | 38 | 56 |
| Octal | 326 | 307 | 357 | 12 | 21 | 0 | 6 | 406 | 70 | 126 |
| Binary | 11010110 | 11000111 | 11101111 | 1010 | 10001 | 0 | 110 | 100000110 | 111000 | 1010110 |
Color Harmonies of #D6C7EF
Complementary color
Monochromatic Colors of #D6C7EF
Black with #D6C7EF
Text Example
Text Example
White with #D6C7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7EF; }
p { color: rgb(214,199,239); }
H1.HeaderClassName
{
color: #D6C7EF;
}
.AnyTagClassName
{
color: #D6C7EF;
}
</style>
background-color css
<style>
a { background-color: #D6C7EF; }
a { background-color: rgb(214,199,239); }
div.DivClassName
{
background-color: #D6C7EF;
}
.BgClassName
{
background-color: #D6C7EF;
}
</style>
border-color css
<style>
span { border-color: #D6C7EF; }
span { border-color: rgb(214,199,239); }
td.TdClassName
{
border-color: #D6C7EF;
}
.TagClassName
{
border-color: #D6C7EF;
}
</style>