Shades of Fog #D9C2F8
Tints of Fog #D9C2F8
RGB
CMYK
RGB Variations
Color information
#D9C2F8 (or 0xD9C2F8) is known color: Fog. HEX triplet: D9, C2 and F8. RGB value is (217,194,248). Sum of RGB (Red+Green+Blue) = 217+194+248=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9C2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C2F8 is #263D07. Grayscale: #CECECE. Windows color (decimal): -2505992 or 16302809. OLE color: 16302809.
HSL color Cylindrical-coordinate representation of color #D9C2F8: hue angle of 265.56º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C2F8 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 194 | 248 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.03 |
| HSL | 265.56º | 0.79% | 0.87% | - |
| HSV(B) | 265.56º | 0.22% | 0.97% | - |
| XYZ | 64.85 | 60.11 | 96.99 | - |
| YUV | 207.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 248 | 0.12 | 0.22 | 0 | 0.03 | 265.56 | 0.79 | 0.87 |
| Hex | D9 | C2 | F8 | C | 16 | 0 | 3 | 10A | 4F | 57 |
| Octal | 331 | 302 | 370 | 14 | 26 | 0 | 3 | 412 | 117 | 127 |
| Binary | 11011001 | 11000010 | 11111000 | 1100 | 10110 | 0 | 11 | 100001010 | 1001111 | 1010111 |
Color Harmonies of #D9C2F8
Complementary color
Monochromatic Colors of #D9C2F8
Black with #D9C2F8
Text Example
Text Example
White with #D9C2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2F8; }
p { color: rgb(217,194,248); }
H1.HeaderClassName
{
color: #D9C2F8;
}
.AnyTagClassName
{
color: #D9C2F8;
}
</style>
background-color css
<style>
a { background-color: #D9C2F8; }
a { background-color: rgb(217,194,248); }
div.DivClassName
{
background-color: #D9C2F8;
}
.BgClassName
{
background-color: #D9C2F8;
}
</style>
border-color css
<style>
span { border-color: #D9C2F8; }
span { border-color: rgb(217,194,248); }
td.TdClassName
{
border-color: #D9C2F8;
}
.TagClassName
{
border-color: #D9C2F8;
}
</style>