Shades of Fog #D6C7FD
Tints of Fog #D6C7FD
RGB
CMYK
RGB Variations
Color information
#D6C7FD (or 0xD6C7FD) is known color: Fog. HEX triplet: D6, C7 and FD. RGB value is (214,199,253). Sum of RGB (Red+Green+Blue) = 214+199+253=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C7FD is #293802. Grayscale: #D1D1D1. Windows color (decimal): -2701315 or 16631766. OLE color: 16631766.
HSL color Cylindrical-coordinate representation of color #D6C7FD: hue angle of 256.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6C7FD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 199 | 253 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.01 |
| HSL | 256.67º | 0.93% | 0.89% | - |
| HSV(B) | 256.67º | 0.21% | 0.99% | - |
| XYZ | 65.88 | 62.23 | 101.47 | - |
| YUV | 209.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 253 | 0.15 | 0.21 | 0 | 0.01 | 256.67 | 0.93 | 0.89 |
| Hex | D6 | C7 | FD | F | 15 | 0 | 1 | 101 | 5D | 59 |
| Octal | 326 | 307 | 375 | 17 | 25 | 0 | 1 | 401 | 135 | 131 |
| Binary | 11010110 | 11000111 | 11111101 | 1111 | 10101 | 0 | 1 | 100000001 | 1011101 | 1011001 |
Color Harmonies of #D6C7FD
Complementary color
Monochromatic Colors of #D6C7FD
Black with #D6C7FD
Text Example
Text Example
White with #D6C7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7FD; }
p { color: rgb(214,199,253); }
H1.HeaderClassName
{
color: #D6C7FD;
}
.AnyTagClassName
{
color: #D6C7FD;
}
</style>
background-color css
<style>
a { background-color: #D6C7FD; }
a { background-color: rgb(214,199,253); }
div.DivClassName
{
background-color: #D6C7FD;
}
.BgClassName
{
background-color: #D6C7FD;
}
</style>
border-color css
<style>
span { border-color: #D6C7FD; }
span { border-color: rgb(214,199,253); }
td.TdClassName
{
border-color: #D6C7FD;
}
.TagClassName
{
border-color: #D6C7FD;
}
</style>