Shades of Fog #D9C1EF
Tints of Fog #D9C1EF
RGB
CMYK
RGB Variations
Color information
#D9C1EF (or 0xD9C1EF) is known color: Fog. HEX triplet: D9, C1 and EF. RGB value is (217,193,239). Sum of RGB (Red+Green+Blue) = 217+193+239=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9C1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C1EF is #263E10. Grayscale: #CDCDCD. Windows color (decimal): -2506257 or 15712729. OLE color: 15712729.
HSL color Cylindrical-coordinate representation of color #D9C1EF: hue angle of 271.3º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9C1EF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 193 | 239 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.06 |
| HSL | 271.3º | 0.59% | 0.85% | - |
| HSV(B) | 271.3º | 0.19% | 0.94% | - |
| XYZ | 63.27 | 59.12 | 89.74 | - |
| YUV | 205.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 239 | 0.09 | 0.19 | 0 | 0.06 | 271.3 | 0.59 | 0.85 |
| Hex | D9 | C1 | EF | 9 | 13 | 0 | 6 | 10F | 3B | 55 |
| Octal | 331 | 301 | 357 | 11 | 23 | 0 | 6 | 417 | 73 | 125 |
| Binary | 11011001 | 11000001 | 11101111 | 1001 | 10011 | 0 | 110 | 100001111 | 111011 | 1010101 |
Color Harmonies of #D9C1EF
Complementary color
Monochromatic Colors of #D9C1EF
Black with #D9C1EF
Text Example
Text Example
White with #D9C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1EF; }
p { color: rgb(217,193,239); }
H1.HeaderClassName
{
color: #D9C1EF;
}
.AnyTagClassName
{
color: #D9C1EF;
}
</style>
background-color css
<style>
a { background-color: #D9C1EF; }
a { background-color: rgb(217,193,239); }
div.DivClassName
{
background-color: #D9C1EF;
}
.BgClassName
{
background-color: #D9C1EF;
}
</style>
border-color css
<style>
span { border-color: #D9C1EF; }
span { border-color: rgb(217,193,239); }
td.TdClassName
{
border-color: #D9C1EF;
}
.TagClassName
{
border-color: #D9C1EF;
}
</style>