Shades of Fog #D6C8FB
Tints of Fog #D6C8FB
RGB
CMYK
RGB Variations
Color information
#D6C8FB (or 0xD6C8FB) is known color: Fog. HEX triplet: D6, C8 and FB. RGB value is (214,200,251). Sum of RGB (Red+Green+Blue) = 214+200+251=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C8FB is #293704. Grayscale: #D1D1D1. Windows color (decimal): -2701061 or 16500950. OLE color: 16500950.
HSL color Cylindrical-coordinate representation of color #D6C8FB: hue angle of 256.47º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C8FB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 200 | 251 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.02 |
| HSL | 256.47º | 0.86% | 0.88% | - |
| HSV(B) | 256.47º | 0.2% | 0.98% | - |
| XYZ | 65.8 | 62.57 | 99.88 | - |
| YUV | 210 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 251 | 0.15 | 0.20 | 0 | 0.02 | 256.47 | 0.86 | 0.88 |
| Hex | D6 | C8 | FB | F | 14 | 0 | 2 | 100 | 56 | 58 |
| Octal | 326 | 310 | 373 | 17 | 24 | 0 | 2 | 400 | 126 | 130 |
| Binary | 11010110 | 11001000 | 11111011 | 1111 | 10100 | 0 | 10 | 100000000 | 1010110 | 1011000 |
Color Harmonies of #D6C8FB
Complementary color
Monochromatic Colors of #D6C8FB
Black with #D6C8FB
Text Example
Text Example
White with #D6C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8FB; }
p { color: rgb(214,200,251); }
H1.HeaderClassName
{
color: #D6C8FB;
}
.AnyTagClassName
{
color: #D6C8FB;
}
</style>
background-color css
<style>
a { background-color: #D6C8FB; }
a { background-color: rgb(214,200,251); }
div.DivClassName
{
background-color: #D6C8FB;
}
.BgClassName
{
background-color: #D6C8FB;
}
</style>
border-color css
<style>
span { border-color: #D6C8FB; }
span { border-color: rgb(214,200,251); }
td.TdClassName
{
border-color: #D6C8FB;
}
.TagClassName
{
border-color: #D6C8FB;
}
</style>