Shades of Fog #D6C6FD
Tints of Fog #D6C6FD
RGB
CMYK
RGB Variations
Color information
#D6C6FD (or 0xD6C6FD) is known color: Fog. HEX triplet: D6, C6 and FD. RGB value is (214,198,253). Sum of RGB (Red+Green+Blue) = 214+198+253=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6C6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C6FD is #293902. Grayscale: #D0D0D0. Windows color (decimal): -2701571 or 16631510. OLE color: 16631510.
HSL color Cylindrical-coordinate representation of color #D6C6FD: hue angle of 257.45º 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 #D6C6FD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 198 | 253 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.01 |
| HSL | 257.45º | 0.93% | 0.88% | - |
| HSV(B) | 257.45º | 0.22% | 0.99% | - |
| XYZ | 65.66 | 61.78 | 101.39 | - |
| YUV | 209.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 253 | 0.15 | 0.22 | 0 | 0.01 | 257.45 | 0.93 | 0.88 |
| Hex | D6 | C6 | FD | F | 16 | 0 | 1 | 101 | 5D | 58 |
| Octal | 326 | 306 | 375 | 17 | 26 | 0 | 1 | 401 | 135 | 130 |
| Binary | 11010110 | 11000110 | 11111101 | 1111 | 10110 | 0 | 1 | 100000001 | 1011101 | 1011000 |
Color Harmonies of #D6C6FD
Complementary color
Monochromatic Colors of #D6C6FD
Black with #D6C6FD
Text Example
Text Example
White with #D6C6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6FD; }
p { color: rgb(214,198,253); }
H1.HeaderClassName
{
color: #D6C6FD;
}
.AnyTagClassName
{
color: #D6C6FD;
}
</style>
background-color css
<style>
a { background-color: #D6C6FD; }
a { background-color: rgb(214,198,253); }
div.DivClassName
{
background-color: #D6C6FD;
}
.BgClassName
{
background-color: #D6C6FD;
}
</style>
border-color css
<style>
span { border-color: #D6C6FD; }
span { border-color: rgb(214,198,253); }
td.TdClassName
{
border-color: #D6C6FD;
}
.TagClassName
{
border-color: #D6C6FD;
}
</style>