Shades of Fog #D9C4FC
Tints of Fog #D9C4FC
RGB
CMYK
RGB Variations
Color information
#D9C4FC (or 0xD9C4FC) is known color: Fog. HEX triplet: D9, C4 and FC. RGB value is (217,196,252). Sum of RGB (Red+Green+Blue) = 217+196+252=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9C4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4FC is #263B03. Grayscale: #D0D0D0. Windows color (decimal): -2505476 or 16565465. OLE color: 16565465.
HSL color Cylindrical-coordinate representation of color #D9C4FC: hue angle of 262.5º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C4FC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 196 | 252 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.01 |
| HSL | 262.5º | 0.9% | 0.88% | - |
| HSV(B) | 262.5º | 0.22% | 0.99% | - |
| XYZ | 65.93 | 61.26 | 100.45 | - |
| YUV | 208.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 252 | 0.14 | 0.22 | 0 | 0.01 | 262.5 | 0.9 | 0.88 |
| Hex | D9 | C4 | FC | E | 16 | 0 | 1 | 106 | 5A | 58 |
| Octal | 331 | 304 | 374 | 16 | 26 | 0 | 1 | 406 | 132 | 130 |
| Binary | 11011001 | 11000100 | 11111100 | 1110 | 10110 | 0 | 1 | 100000110 | 1011010 | 1011000 |
Color Harmonies of #D9C4FC
Complementary color
Monochromatic Colors of #D9C4FC
Black with #D9C4FC
Text Example
Text Example
White with #D9C4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4FC; }
p { color: rgb(217,196,252); }
H1.HeaderClassName
{
color: #D9C4FC;
}
.AnyTagClassName
{
color: #D9C4FC;
}
</style>
background-color css
<style>
a { background-color: #D9C4FC; }
a { background-color: rgb(217,196,252); }
div.DivClassName
{
background-color: #D9C4FC;
}
.BgClassName
{
background-color: #D9C4FC;
}
</style>
border-color css
<style>
span { border-color: #D9C4FC; }
span { border-color: rgb(217,196,252); }
td.TdClassName
{
border-color: #D9C4FC;
}
.TagClassName
{
border-color: #D9C4FC;
}
</style>