Shades of Fog #D8C6FD
Tints of Fog #D8C6FD
RGB
CMYK
RGB Variations
Color information
#D8C6FD (or 0xD8C6FD) is known color: Fog. HEX triplet: D8, C6 and FD. RGB value is (216,198,253). Sum of RGB (Red+Green+Blue) = 216+198+253=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8C6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6FD is #273902. Grayscale: #D1D1D1. Windows color (decimal): -2570499 or 16631512. OLE color: 16631512.
HSL color Cylindrical-coordinate representation of color #D8C6FD: hue angle of 259.64º 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 #D8C6FD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 198 | 253 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.01 |
| HSL | 259.64º | 0.93% | 0.88% | - |
| HSV(B) | 259.64º | 0.22% | 0.99% | - |
| XYZ | 66.24 | 62.08 | 101.42 | - |
| YUV | 209.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 253 | 0.15 | 0.22 | 0 | 0.01 | 259.64 | 0.93 | 0.88 |
| Hex | D8 | C6 | FD | F | 16 | 0 | 1 | 104 | 5D | 58 |
| Octal | 330 | 306 | 375 | 17 | 26 | 0 | 1 | 404 | 135 | 130 |
| Binary | 11011000 | 11000110 | 11111101 | 1111 | 10110 | 0 | 1 | 100000100 | 1011101 | 1011000 |
Color Harmonies of #D8C6FD
Complementary color
Monochromatic Colors of #D8C6FD
Black with #D8C6FD
Text Example
Text Example
White with #D8C6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6FD; }
p { color: rgb(216,198,253); }
H1.HeaderClassName
{
color: #D8C6FD;
}
.AnyTagClassName
{
color: #D8C6FD;
}
</style>
background-color css
<style>
a { background-color: #D8C6FD; }
a { background-color: rgb(216,198,253); }
div.DivClassName
{
background-color: #D8C6FD;
}
.BgClassName
{
background-color: #D8C6FD;
}
</style>
border-color css
<style>
span { border-color: #D8C6FD; }
span { border-color: rgb(216,198,253); }
td.TdClassName
{
border-color: #D8C6FD;
}
.TagClassName
{
border-color: #D8C6FD;
}
</style>