Shades of Fog #D7C9FB
Tints of Fog #D7C9FB
RGB
CMYK
RGB Variations
Color information
#D7C9FB (or 0xD7C9FB) is known color: Fog. HEX triplet: D7, C9 and FB. RGB value is (215,201,251). Sum of RGB (Red+Green+Blue) = 215+201+251=667 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.23% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7C9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C9FB is #283604. Grayscale: #D2D2D2. Windows color (decimal): -2635269 or 16501207. OLE color: 16501207.
HSL color Cylindrical-coordinate representation of color #D7C9FB: hue angle of 256.8º 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 #D7C9FB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 201 | 251 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.02 |
| HSL | 256.8º | 0.86% | 0.89% | - |
| HSV(B) | 256.8º | 0.2% | 0.98% | - |
| XYZ | 66.32 | 63.19 | 99.97 | - |
| YUV | 210.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 251 | 0.14 | 0.20 | 0 | 0.02 | 256.8 | 0.86 | 0.89 |
| Hex | D7 | C9 | FB | E | 14 | 0 | 2 | 101 | 56 | 59 |
| Octal | 327 | 311 | 373 | 16 | 24 | 0 | 2 | 401 | 126 | 131 |
| Binary | 11010111 | 11001001 | 11111011 | 1110 | 10100 | 0 | 10 | 100000001 | 1010110 | 1011001 |
Color Harmonies of #D7C9FB
Complementary color
Monochromatic Colors of #D7C9FB
Black with #D7C9FB
Text Example
Text Example
White with #D7C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C9FB; }
p { color: rgb(215,201,251); }
H1.HeaderClassName
{
color: #D7C9FB;
}
.AnyTagClassName
{
color: #D7C9FB;
}
</style>
background-color css
<style>
a { background-color: #D7C9FB; }
a { background-color: rgb(215,201,251); }
div.DivClassName
{
background-color: #D7C9FB;
}
.BgClassName
{
background-color: #D7C9FB;
}
</style>
border-color css
<style>
span { border-color: #D7C9FB; }
span { border-color: rgb(215,201,251); }
td.TdClassName
{
border-color: #D7C9FB;
}
.TagClassName
{
border-color: #D7C9FB;
}
</style>