Shades of Fog #D9C4FF
Tints of Fog #D9C4FF
RGB
CMYK
RGB Variations
Color information
#D9C4FF (or 0xD9C4FF) is known color: Fog. HEX triplet: D9, C4 and FF. RGB value is (217,196,255). Sum of RGB (Red+Green+Blue) = 217+196+255=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4FF is #263B00. Grayscale: #D0D0D0. Windows color (decimal): -2505473 or 16762073. OLE color: 16762073.
HSL color Cylindrical-coordinate representation of color #D9C4FF: hue angle of 261.36º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9C4FF is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 196 | 255 | - |
| CMYK | 0.15 | 0.23 | 0 | 0 |
| HSL | 261.36º | 1% | 0.88% | - |
| HSV(B) | 261.36º | 0.23% | 1% | - |
| XYZ | 66.41 | 61.45 | 102.97 | - |
| YUV | 209.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 255 | 0.15 | 0.23 | 0 | 0 | 261.36 | 1 | 0.88 |
| Hex | D9 | C4 | FF | F | 17 | 0 | 0 | 105 | 64 | 58 |
| Octal | 331 | 304 | 377 | 17 | 27 | 0 | 0 | 405 | 144 | 130 |
| Binary | 11011001 | 11000100 | 11111111 | 1111 | 10111 | 0 | 0 | 100000101 | 1100100 | 1011000 |
Color Harmonies of #D9C4FF
Complementary color
Monochromatic Colors of #D9C4FF
Black with #D9C4FF
Text Example
Text Example
White with #D9C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4FF; }
p { color: rgb(217,196,255); }
H1.HeaderClassName
{
color: #D9C4FF;
}
.AnyTagClassName
{
color: #D9C4FF;
}
</style>
background-color css
<style>
a { background-color: #D9C4FF; }
a { background-color: rgb(217,196,255); }
div.DivClassName
{
background-color: #D9C4FF;
}
.BgClassName
{
background-color: #D9C4FF;
}
</style>
border-color css
<style>
span { border-color: #D9C4FF; }
span { border-color: rgb(217,196,255); }
td.TdClassName
{
border-color: #D9C4FF;
}
.TagClassName
{
border-color: #D9C4FF;
}
</style>