Shades of Fog #D9C1FE
Tints of Fog #D9C1FE
RGB
CMYK
RGB Variations
Color information
#D9C1FE (or 0xD9C1FE) is known color: Fog. HEX triplet: D9, C1 and FE. RGB value is (217,193,254). Sum of RGB (Red+Green+Blue) = 217+193+254=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9C1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C1FE is #263E01. Grayscale: #CECECE. Windows color (decimal): -2506242 or 16695769. OLE color: 16695769.
HSL color Cylindrical-coordinate representation of color #D9C1FE: hue angle of 263.61º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9C1FE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 193 | 254 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.00 |
| HSL | 263.61º | 0.97% | 0.88% | - |
| HSV(B) | 263.61º | 0.24% | 1% | - |
| XYZ | 65.57 | 60.05 | 101.9 | - |
| YUV | 207.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 254 | 0.15 | 0.24 | 0 | 0.00 | 263.61 | 0.97 | 0.88 |
| Hex | D9 | C1 | FE | F | 18 | 0 | 0 | 108 | 61 | 58 |
| Octal | 331 | 301 | 376 | 17 | 30 | 0 | 0 | 410 | 141 | 130 |
| Binary | 11011001 | 11000001 | 11111110 | 1111 | 11000 | 0 | 0 | 100001000 | 1100001 | 1011000 |
Color Harmonies of #D9C1FE
Complementary color
Monochromatic Colors of #D9C1FE
Black with #D9C1FE
Text Example
Text Example
White with #D9C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1FE; }
p { color: rgb(217,193,254); }
H1.HeaderClassName
{
color: #D9C1FE;
}
.AnyTagClassName
{
color: #D9C1FE;
}
</style>
background-color css
<style>
a { background-color: #D9C1FE; }
a { background-color: rgb(217,193,254); }
div.DivClassName
{
background-color: #D9C1FE;
}
.BgClassName
{
background-color: #D9C1FE;
}
</style>
border-color css
<style>
span { border-color: #D9C1FE; }
span { border-color: rgb(217,193,254); }
td.TdClassName
{
border-color: #D9C1FE;
}
.TagClassName
{
border-color: #D9C1FE;
}
</style>