Shades of Fog #D6C6E7
Tints of Fog #D6C6E7
RGB
CMYK
RGB Variations
Color information
#D6C6E7 (or 0xD6C6E7) is known color: Fog. HEX triplet: D6, C6 and E7. RGB value is (214,198,231). Sum of RGB (Red+Green+Blue) = 214+198+231=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6C6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C6E7 is #293918. Grayscale: #CECECE. Windows color (decimal): -2701593 or 15189718. OLE color: 15189718.
HSL color Cylindrical-coordinate representation of color #D6C6E7: hue angle of 269.09º 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 #D6C6E7 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 198 | 231 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.09 |
| HSL | 269.09º | 0.41% | 0.84% | - |
| HSV(B) | 269.09º | 0.14% | 0.91% | - |
| XYZ | 62.35 | 60.45 | 83.98 | - |
| YUV | 206.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 231 | 0.07 | 0.14 | 0 | 0.09 | 269.09 | 0.41 | 0.84 |
| Hex | D6 | C6 | E7 | 7 | E | 0 | 9 | 10D | 29 | 54 |
| Octal | 326 | 306 | 347 | 7 | 16 | 0 | 11 | 415 | 51 | 124 |
| Binary | 11010110 | 11000110 | 11100111 | 111 | 1110 | 0 | 1001 | 100001101 | 101001 | 1010100 |
Color Harmonies of #D6C6E7
Complementary color
Monochromatic Colors of #D6C6E7
Black with #D6C6E7
Text Example
Text Example
White with #D6C6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6E7; }
p { color: rgb(214,198,231); }
H1.HeaderClassName
{
color: #D6C6E7;
}
.AnyTagClassName
{
color: #D6C6E7;
}
</style>
background-color css
<style>
a { background-color: #D6C6E7; }
a { background-color: rgb(214,198,231); }
div.DivClassName
{
background-color: #D6C6E7;
}
.BgClassName
{
background-color: #D6C6E7;
}
</style>
border-color css
<style>
span { border-color: #D6C6E7; }
span { border-color: rgb(214,198,231); }
td.TdClassName
{
border-color: #D6C6E7;
}
.TagClassName
{
border-color: #D6C6E7;
}
</style>