Shades of Fog #D9C1F0
Tints of Fog #D9C1F0
RGB
CMYK
RGB Variations
Color information
#D9C1F0 (or 0xD9C1F0) is known color: Fog. HEX triplet: D9, C1 and F0. RGB value is (217,193,240). Sum of RGB (Red+Green+Blue) = 217+193+240=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9C1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C1F0 is #263E0F. Grayscale: #CDCDCD. Windows color (decimal): -2506256 or 15778265. OLE color: 15778265.
HSL color Cylindrical-coordinate representation of color #D9C1F0: hue angle of 270.64º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C1F0 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 193 | 240 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.06 |
| HSL | 270.64º | 0.61% | 0.85% | - |
| HSV(B) | 270.64º | 0.2% | 0.94% | - |
| XYZ | 63.41 | 59.18 | 90.52 | - |
| YUV | 205.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 240 | 0.10 | 0.20 | 0 | 0.06 | 270.64 | 0.61 | 0.85 |
| Hex | D9 | C1 | F0 | A | 14 | 0 | 6 | 10F | 3D | 55 |
| Octal | 331 | 301 | 360 | 12 | 24 | 0 | 6 | 417 | 75 | 125 |
| Binary | 11011001 | 11000001 | 11110000 | 1010 | 10100 | 0 | 110 | 100001111 | 111101 | 1010101 |
Color Harmonies of #D9C1F0
Complementary color
Monochromatic Colors of #D9C1F0
Black with #D9C1F0
Text Example
Text Example
White with #D9C1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1F0; }
p { color: rgb(217,193,240); }
H1.HeaderClassName
{
color: #D9C1F0;
}
.AnyTagClassName
{
color: #D9C1F0;
}
</style>
background-color css
<style>
a { background-color: #D9C1F0; }
a { background-color: rgb(217,193,240); }
div.DivClassName
{
background-color: #D9C1F0;
}
.BgClassName
{
background-color: #D9C1F0;
}
</style>
border-color css
<style>
span { border-color: #D9C1F0; }
span { border-color: rgb(217,193,240); }
td.TdClassName
{
border-color: #D9C1F0;
}
.TagClassName
{
border-color: #D9C1F0;
}
</style>