Shades of Fog #D9C4E8
Tints of Fog #D9C4E8
RGB
CMYK
RGB Variations
Color information
#D9C4E8 (or 0xD9C4E8) is known color: Fog. HEX triplet: D9, C4 and E8. RGB value is (217,196,232). Sum of RGB (Red+Green+Blue) = 217+196+232=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #D9C4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4E8 is #263B17. Grayscale: #CECECE. Windows color (decimal): -2505496 or 15254745. OLE color: 15254745.
HSL color Cylindrical-coordinate representation of color #D9C4E8: hue angle of 275º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C4E8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 196 | 232 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.09 |
| HSL | 275º | 0.44% | 0.84% | - |
| HSV(B) | 275º | 0.16% | 0.91% | - |
| XYZ | 62.92 | 60.06 | 84.62 | - |
| YUV | 206.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 232 | 0.06 | 0.16 | 0 | 0.09 | 275 | 0.44 | 0.84 |
| Hex | D9 | C4 | E8 | 6 | 10 | 0 | 9 | 113 | 2C | 54 |
| Octal | 331 | 304 | 350 | 6 | 20 | 0 | 11 | 423 | 54 | 124 |
| Binary | 11011001 | 11000100 | 11101000 | 110 | 10000 | 0 | 1001 | 100010011 | 101100 | 1010100 |
Color Harmonies of #D9C4E8
Complementary color
Monochromatic Colors of #D9C4E8
Black with #D9C4E8
Text Example
Text Example
White with #D9C4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4E8; }
p { color: rgb(217,196,232); }
H1.HeaderClassName
{
color: #D9C4E8;
}
.AnyTagClassName
{
color: #D9C4E8;
}
</style>
background-color css
<style>
a { background-color: #D9C4E8; }
a { background-color: rgb(217,196,232); }
div.DivClassName
{
background-color: #D9C4E8;
}
.BgClassName
{
background-color: #D9C4E8;
}
</style>
border-color css
<style>
span { border-color: #D9C4E8; }
span { border-color: rgb(217,196,232); }
td.TdClassName
{
border-color: #D9C4E8;
}
.TagClassName
{
border-color: #D9C4E8;
}
</style>