Shades of Fog #D9C4FE
Tints of Fog #D9C4FE
RGB
CMYK
RGB Variations
Color information
#D9C4FE (or 0xD9C4FE) is known color: Fog. HEX triplet: D9, C4 and FE. RGB value is (217,196,254). Sum of RGB (Red+Green+Blue) = 217+196+254=667 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.53% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4FE is #263B01. Grayscale: #D0D0D0. Windows color (decimal): -2505474 or 16696537. OLE color: 16696537.
HSL color Cylindrical-coordinate representation of color #D9C4FE: hue angle of 261.72º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9C4FE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 196 | 254 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.00 |
| HSL | 261.72º | 0.97% | 0.88% | - |
| HSV(B) | 261.72º | 0.23% | 1% | - |
| XYZ | 66.24 | 61.39 | 102.12 | - |
| YUV | 208.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 254 | 0.15 | 0.23 | 0 | 0.00 | 261.72 | 0.97 | 0.88 |
| Hex | D9 | C4 | FE | F | 17 | 0 | 0 | 106 | 61 | 58 |
| Octal | 331 | 304 | 376 | 17 | 27 | 0 | 0 | 406 | 141 | 130 |
| Binary | 11011001 | 11000100 | 11111110 | 1111 | 10111 | 0 | 0 | 100000110 | 1100001 | 1011000 |
Color Harmonies of #D9C4FE
Complementary color
Monochromatic Colors of #D9C4FE
Black with #D9C4FE
Text Example
Text Example
White with #D9C4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4FE; }
p { color: rgb(217,196,254); }
H1.HeaderClassName
{
color: #D9C4FE;
}
.AnyTagClassName
{
color: #D9C4FE;
}
</style>
background-color css
<style>
a { background-color: #D9C4FE; }
a { background-color: rgb(217,196,254); }
div.DivClassName
{
background-color: #D9C4FE;
}
.BgClassName
{
background-color: #D9C4FE;
}
</style>
border-color css
<style>
span { border-color: #D9C4FE; }
span { border-color: rgb(217,196,254); }
td.TdClassName
{
border-color: #D9C4FE;
}
.TagClassName
{
border-color: #D9C4FE;
}
</style>