Shades of Fog #D9C7FE
Tints of Fog #D9C7FE
RGB
CMYK
RGB Variations
Color information
#D9C7FE (or 0xD9C7FE) is known color: Fog. HEX triplet: D9, C7 and FE. RGB value is (217,199,254). Sum of RGB (Red+Green+Blue) = 217+199+254=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 199 (78.12% from 255 or 29.70% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C7FE is #263801. Grayscale: #D2D2D2. Windows color (decimal): -2504706 or 16697305. OLE color: 16697305.
HSL color Cylindrical-coordinate representation of color #D9C7FE: hue angle of 259.64º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C7FE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 199 | 254 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.00 |
| HSL | 259.64º | 0.96% | 0.89% | - |
| HSV(B) | 259.64º | 0.22% | 1% | - |
| XYZ | 66.93 | 62.75 | 102.35 | - |
| YUV | 210.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 254 | 0.15 | 0.22 | 0 | 0.00 | 259.64 | 0.96 | 0.89 |
| Hex | D9 | C7 | FE | F | 16 | 0 | 0 | 104 | 60 | 59 |
| Octal | 331 | 307 | 376 | 17 | 26 | 0 | 0 | 404 | 140 | 131 |
| Binary | 11011001 | 11000111 | 11111110 | 1111 | 10110 | 0 | 0 | 100000100 | 1100000 | 1011001 |
Color Harmonies of #D9C7FE
Complementary color
Monochromatic Colors of #D9C7FE
Black with #D9C7FE
Text Example
Text Example
White with #D9C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7FE; }
p { color: rgb(217,199,254); }
H1.HeaderClassName
{
color: #D9C7FE;
}
.AnyTagClassName
{
color: #D9C7FE;
}
</style>
background-color css
<style>
a { background-color: #D9C7FE; }
a { background-color: rgb(217,199,254); }
div.DivClassName
{
background-color: #D9C7FE;
}
.BgClassName
{
background-color: #D9C7FE;
}
</style>
border-color css
<style>
span { border-color: #D9C7FE; }
span { border-color: rgb(217,199,254); }
td.TdClassName
{
border-color: #D9C7FE;
}
.TagClassName
{
border-color: #D9C7FE;
}
</style>