Shades of Fog #D6C9FB
Tints of Fog #D6C9FB
RGB
CMYK
RGB Variations
Color information
#D6C9FB (or 0xD6C9FB) is known color: Fog. HEX triplet: D6, C9 and FB. RGB value is (214,201,251). Sum of RGB (Red+Green+Blue) = 214+201+251=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 201 (78.91% from 255 or 30.18% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6C9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C9FB is #293604. Grayscale: #D2D2D2. Windows color (decimal): -2700805 or 16501206. OLE color: 16501206.
HSL color Cylindrical-coordinate representation of color #D6C9FB: hue angle of 255.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C9FB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 201 | 251 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.02 |
| HSL | 255.6º | 0.86% | 0.89% | - |
| HSV(B) | 255.6º | 0.2% | 0.98% | - |
| XYZ | 66.03 | 63.03 | 99.95 | - |
| YUV | 210.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 251 | 0.15 | 0.20 | 0 | 0.02 | 255.6 | 0.86 | 0.89 |
| Hex | D6 | C9 | FB | F | 14 | 0 | 2 | 100 | 56 | 59 |
| Octal | 326 | 311 | 373 | 17 | 24 | 0 | 2 | 400 | 126 | 131 |
| Binary | 11010110 | 11001001 | 11111011 | 1111 | 10100 | 0 | 10 | 100000000 | 1010110 | 1011001 |
Color Harmonies of #D6C9FB
Complementary color
Monochromatic Colors of #D6C9FB
Black with #D6C9FB
Text Example
Text Example
White with #D6C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9FB; }
p { color: rgb(214,201,251); }
H1.HeaderClassName
{
color: #D6C9FB;
}
.AnyTagClassName
{
color: #D6C9FB;
}
</style>
background-color css
<style>
a { background-color: #D6C9FB; }
a { background-color: rgb(214,201,251); }
div.DivClassName
{
background-color: #D6C9FB;
}
.BgClassName
{
background-color: #D6C9FB;
}
</style>
border-color css
<style>
span { border-color: #D6C9FB; }
span { border-color: rgb(214,201,251); }
td.TdClassName
{
border-color: #D6C9FB;
}
.TagClassName
{
border-color: #D6C9FB;
}
</style>