Shades of Fog #D7C9FC
Tints of Fog #D7C9FC
RGB
CMYK
RGB Variations
Color information
#D7C9FC (or 0xD7C9FC) is known color: Fog. HEX triplet: D7, C9 and FC. RGB value is (215,201,252). Sum of RGB (Red+Green+Blue) = 215+201+252=668 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.19% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C9FC is #283603. Grayscale: #D2D2D2. Windows color (decimal): -2635268 or 16566743. OLE color: 16566743.
HSL color Cylindrical-coordinate representation of color #D7C9FC: hue angle of 256.47º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7C9FC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 201 | 252 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.01 |
| HSL | 256.47º | 0.89% | 0.89% | - |
| HSV(B) | 256.47º | 0.2% | 0.99% | - |
| XYZ | 66.48 | 63.25 | 100.8 | - |
| YUV | 211 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 252 | 0.15 | 0.20 | 0 | 0.01 | 256.47 | 0.89 | 0.89 |
| Hex | D7 | C9 | FC | F | 14 | 0 | 1 | 100 | 59 | 59 |
| Octal | 327 | 311 | 374 | 17 | 24 | 0 | 1 | 400 | 131 | 131 |
| Binary | 11010111 | 11001001 | 11111100 | 1111 | 10100 | 0 | 1 | 100000000 | 1011001 | 1011001 |
Color Harmonies of #D7C9FC
Complementary color
Monochromatic Colors of #D7C9FC
Black with #D7C9FC
Text Example
Text Example
White with #D7C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C9FC; }
p { color: rgb(215,201,252); }
H1.HeaderClassName
{
color: #D7C9FC;
}
.AnyTagClassName
{
color: #D7C9FC;
}
</style>
background-color css
<style>
a { background-color: #D7C9FC; }
a { background-color: rgb(215,201,252); }
div.DivClassName
{
background-color: #D7C9FC;
}
.BgClassName
{
background-color: #D7C9FC;
}
</style>
border-color css
<style>
span { border-color: #D7C9FC; }
span { border-color: rgb(215,201,252); }
td.TdClassName
{
border-color: #D7C9FC;
}
.TagClassName
{
border-color: #D7C9FC;
}
</style>