Shades of Fog #D6C7F2
Tints of Fog #D6C7F2
RGB
CMYK
RGB Variations
Color information
#D6C7F2 (or 0xD6C7F2) is known color: Fog. HEX triplet: D6, C7 and F2. RGB value is (214,199,242). Sum of RGB (Red+Green+Blue) = 214+199+242=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6C7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C7F2 is #29380D. Grayscale: #D0D0D0. Windows color (decimal): -2701326 or 15910870. OLE color: 15910870.
HSL color Cylindrical-coordinate representation of color #D6C7F2: hue angle of 260.93º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6C7F2 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 199 | 242 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.05 |
| HSL | 260.93º | 0.62% | 0.86% | - |
| HSV(B) | 260.93º | 0.18% | 0.95% | - |
| XYZ | 64.18 | 61.55 | 92.5 | - |
| YUV | 208.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 242 | 0.12 | 0.18 | 0 | 0.05 | 260.93 | 0.62 | 0.86 |
| Hex | D6 | C7 | F2 | C | 12 | 0 | 5 | 105 | 3E | 56 |
| Octal | 326 | 307 | 362 | 14 | 22 | 0 | 5 | 405 | 76 | 126 |
| Binary | 11010110 | 11000111 | 11110010 | 1100 | 10010 | 0 | 101 | 100000101 | 111110 | 1010110 |
Color Harmonies of #D6C7F2
Complementary color
Monochromatic Colors of #D6C7F2
Black with #D6C7F2
Text Example
Text Example
White with #D6C7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7F2; }
p { color: rgb(214,199,242); }
H1.HeaderClassName
{
color: #D6C7F2;
}
.AnyTagClassName
{
color: #D6C7F2;
}
</style>
background-color css
<style>
a { background-color: #D6C7F2; }
a { background-color: rgb(214,199,242); }
div.DivClassName
{
background-color: #D6C7F2;
}
.BgClassName
{
background-color: #D6C7F2;
}
</style>
border-color css
<style>
span { border-color: #D6C7F2; }
span { border-color: rgb(214,199,242); }
td.TdClassName
{
border-color: #D6C7F2;
}
.TagClassName
{
border-color: #D6C7F2;
}
</style>