Shades of Fog #D9C0FE
Tints of Fog #D9C0FE
RGB
CMYK
RGB Variations
Color information
#D9C0FE (or 0xD9C0FE) is known color: Fog. HEX triplet: D9, C0 and FE. RGB value is (217,192,254). Sum of RGB (Red+Green+Blue) = 217+192+254=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C0FE is #263F01. Grayscale: #CECECE. Windows color (decimal): -2506498 or 16695513. OLE color: 16695513.
HSL color Cylindrical-coordinate representation of color #D9C0FE: hue angle of 264.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9C0FE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 192 | 254 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.00 |
| HSL | 264.19º | 0.97% | 0.87% | - |
| HSV(B) | 264.19º | 0.24% | 1% | - |
| XYZ | 65.35 | 59.61 | 101.83 | - |
| YUV | 206.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 254 | 0.15 | 0.24 | 0 | 0.00 | 264.19 | 0.97 | 0.87 |
| Hex | D9 | C0 | FE | F | 18 | 0 | 0 | 108 | 61 | 57 |
| Octal | 331 | 300 | 376 | 17 | 30 | 0 | 0 | 410 | 141 | 127 |
| Binary | 11011001 | 11000000 | 11111110 | 1111 | 11000 | 0 | 0 | 100001000 | 1100001 | 1010111 |
Color Harmonies of #D9C0FE
Complementary color
Monochromatic Colors of #D9C0FE
Black with #D9C0FE
Text Example
Text Example
White with #D9C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0FE; }
p { color: rgb(217,192,254); }
H1.HeaderClassName
{
color: #D9C0FE;
}
.AnyTagClassName
{
color: #D9C0FE;
}
</style>
background-color css
<style>
a { background-color: #D9C0FE; }
a { background-color: rgb(217,192,254); }
div.DivClassName
{
background-color: #D9C0FE;
}
.BgClassName
{
background-color: #D9C0FE;
}
</style>
border-color css
<style>
span { border-color: #D9C0FE; }
span { border-color: rgb(217,192,254); }
td.TdClassName
{
border-color: #D9C0FE;
}
.TagClassName
{
border-color: #D9C0FE;
}
</style>