Shades of Fog #D7C6FD
Tints of Fog #D7C6FD
RGB
CMYK
RGB Variations
Color information
#D7C6FD (or 0xD7C6FD) is known color: Fog. HEX triplet: D7, C6 and FD. RGB value is (215,198,253). Sum of RGB (Red+Green+Blue) = 215+198+253=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 198 (77.73% from 255 or 29.73% 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 #D7C6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C6FD is #283902. Grayscale: #D1D1D1. Windows color (decimal): -2636035 or 16631511. OLE color: 16631511.
HSL color Cylindrical-coordinate representation of color #D7C6FD: hue angle of 258.55º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7C6FD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 198 | 253 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.01 |
| HSL | 258.55º | 0.93% | 0.88% | - |
| HSV(B) | 258.55º | 0.22% | 0.99% | - |
| XYZ | 65.95 | 61.93 | 101.41 | - |
| YUV | 209.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 253 | 0.15 | 0.22 | 0 | 0.01 | 258.55 | 0.93 | 0.88 |
| Hex | D7 | C6 | FD | F | 16 | 0 | 1 | 103 | 5D | 58 |
| Octal | 327 | 306 | 375 | 17 | 26 | 0 | 1 | 403 | 135 | 130 |
| Binary | 11010111 | 11000110 | 11111101 | 1111 | 10110 | 0 | 1 | 100000011 | 1011101 | 1011000 |
Color Harmonies of #D7C6FD
Complementary color
Monochromatic Colors of #D7C6FD
Black with #D7C6FD
Text Example
Text Example
White with #D7C6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C6FD; }
p { color: rgb(215,198,253); }
H1.HeaderClassName
{
color: #D7C6FD;
}
.AnyTagClassName
{
color: #D7C6FD;
}
</style>
background-color css
<style>
a { background-color: #D7C6FD; }
a { background-color: rgb(215,198,253); }
div.DivClassName
{
background-color: #D7C6FD;
}
.BgClassName
{
background-color: #D7C6FD;
}
</style>
border-color css
<style>
span { border-color: #D7C6FD; }
span { border-color: rgb(215,198,253); }
td.TdClassName
{
border-color: #D7C6FD;
}
.TagClassName
{
border-color: #D7C6FD;
}
</style>