Shades of Fog #D9C0FD
Tints of Fog #D9C0FD
RGB
CMYK
RGB Variations
Color information
#D9C0FD (or 0xD9C0FD) is known color: Fog. HEX triplet: D9, C0 and FD. RGB value is (217,192,253). Sum of RGB (Red+Green+Blue) = 217+192+253=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C0FD is #263F02. Grayscale: #CECECE. Windows color (decimal): -2506499 or 16629977. OLE color: 16629977.
HSL color Cylindrical-coordinate representation of color #D9C0FD: hue angle of 264.59º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9C0FD is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 192 | 253 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.01 |
| HSL | 264.59º | 0.94% | 0.87% | - |
| HSV(B) | 264.59º | 0.24% | 0.99% | - |
| XYZ | 65.19 | 59.54 | 100.99 | - |
| YUV | 206.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 253 | 0.14 | 0.24 | 0 | 0.01 | 264.59 | 0.94 | 0.87 |
| Hex | D9 | C0 | FD | E | 18 | 0 | 1 | 109 | 5E | 57 |
| Octal | 331 | 300 | 375 | 16 | 30 | 0 | 1 | 411 | 136 | 127 |
| Binary | 11011001 | 11000000 | 11111101 | 1110 | 11000 | 0 | 1 | 100001001 | 1011110 | 1010111 |
Color Harmonies of #D9C0FD
Complementary color
Monochromatic Colors of #D9C0FD
Black with #D9C0FD
Text Example
Text Example
White with #D9C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0FD; }
p { color: rgb(217,192,253); }
H1.HeaderClassName
{
color: #D9C0FD;
}
.AnyTagClassName
{
color: #D9C0FD;
}
</style>
background-color css
<style>
a { background-color: #D9C0FD; }
a { background-color: rgb(217,192,253); }
div.DivClassName
{
background-color: #D9C0FD;
}
.BgClassName
{
background-color: #D9C0FD;
}
</style>
border-color css
<style>
span { border-color: #D9C0FD; }
span { border-color: rgb(217,192,253); }
td.TdClassName
{
border-color: #D9C0FD;
}
.TagClassName
{
border-color: #D9C0FD;
}
</style>