Shades of Fog #D7C9F9
Tints of Fog #D7C9F9
RGB
CMYK
RGB Variations
Color information
#D7C9F9 (or 0xD7C9F9) is known color: Fog. HEX triplet: D7, C9 and F9. RGB value is (215,201,249). Sum of RGB (Red+Green+Blue) = 215+201+249=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 201 (78.91% from 255 or 30.23% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7C9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C9F9 is #283606. Grayscale: #D2D2D2. Windows color (decimal): -2635271 or 16370135. OLE color: 16370135.
HSL color Cylindrical-coordinate representation of color #D7C9F9: hue angle of 257.5º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7C9F9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 201 | 249 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.02 |
| HSL | 257.5º | 0.8% | 0.88% | - |
| HSV(B) | 257.5º | 0.19% | 0.98% | - |
| XYZ | 66.01 | 63.06 | 98.32 | - |
| YUV | 210.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 249 | 0.14 | 0.19 | 0 | 0.02 | 257.5 | 0.8 | 0.88 |
| Hex | D7 | C9 | F9 | E | 13 | 0 | 2 | 102 | 50 | 58 |
| Octal | 327 | 311 | 371 | 16 | 23 | 0 | 2 | 402 | 120 | 130 |
| Binary | 11010111 | 11001001 | 11111001 | 1110 | 10011 | 0 | 10 | 100000010 | 1010000 | 1011000 |
Color Harmonies of #D7C9F9
Complementary color
Monochromatic Colors of #D7C9F9
Black with #D7C9F9
Text Example
Text Example
White with #D7C9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C9F9; }
p { color: rgb(215,201,249); }
H1.HeaderClassName
{
color: #D7C9F9;
}
.AnyTagClassName
{
color: #D7C9F9;
}
</style>
background-color css
<style>
a { background-color: #D7C9F9; }
a { background-color: rgb(215,201,249); }
div.DivClassName
{
background-color: #D7C9F9;
}
.BgClassName
{
background-color: #D7C9F9;
}
</style>
border-color css
<style>
span { border-color: #D7C9F9; }
span { border-color: rgb(215,201,249); }
td.TdClassName
{
border-color: #D7C9F9;
}
.TagClassName
{
border-color: #D7C9F9;
}
</style>