Shades of Fog #D9C1F1
Tints of Fog #D9C1F1
RGB
CMYK
RGB Variations
Color information
#D9C1F1 (or 0xD9C1F1) is known color: Fog. HEX triplet: D9, C1 and F1. RGB value is (217,193,241). Sum of RGB (Red+Green+Blue) = 217+193+241=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9C1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C1F1 is #263E0E. Grayscale: #CDCDCD. Windows color (decimal): -2506255 or 15843801. OLE color: 15843801.
HSL color Cylindrical-coordinate representation of color #D9C1F1: hue angle of 270º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C1F1 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 193 | 241 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.05 |
| HSL | 270º | 0.63% | 0.85% | - |
| HSV(B) | 270º | 0.2% | 0.95% | - |
| XYZ | 63.56 | 59.24 | 91.3 | - |
| YUV | 205.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 241 | 0.10 | 0.20 | 0 | 0.05 | 270 | 0.63 | 0.85 |
| Hex | D9 | C1 | F1 | A | 14 | 0 | 5 | 10E | 3F | 55 |
| Octal | 331 | 301 | 361 | 12 | 24 | 0 | 5 | 416 | 77 | 125 |
| Binary | 11011001 | 11000001 | 11110001 | 1010 | 10100 | 0 | 101 | 100001110 | 111111 | 1010101 |
Color Harmonies of #D9C1F1
Complementary color
Monochromatic Colors of #D9C1F1
Black with #D9C1F1
Text Example
Text Example
White with #D9C1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1F1; }
p { color: rgb(217,193,241); }
H1.HeaderClassName
{
color: #D9C1F1;
}
.AnyTagClassName
{
color: #D9C1F1;
}
</style>
background-color css
<style>
a { background-color: #D9C1F1; }
a { background-color: rgb(217,193,241); }
div.DivClassName
{
background-color: #D9C1F1;
}
.BgClassName
{
background-color: #D9C1F1;
}
</style>
border-color css
<style>
span { border-color: #D9C1F1; }
span { border-color: rgb(217,193,241); }
td.TdClassName
{
border-color: #D9C1F1;
}
.TagClassName
{
border-color: #D9C1F1;
}
</style>