Shades of Fog #D9C0FF
Tints of Fog #D9C0FF
RGB
CMYK
RGB Variations
Color information
#D9C0FF (or 0xD9C0FF) is known color: Fog. HEX triplet: D9, C0 and FF. RGB value is (217,192,255). Sum of RGB (Red+Green+Blue) = 217+192+255=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C0FF is #263F00. Grayscale: #CECECE. Windows color (decimal): -2506497 or 16761049. OLE color: 16761049.
HSL color Cylindrical-coordinate representation of color #D9C0FF: hue angle of 263.81º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9C0FF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 217 | 192 | 255 | - |
CMYK | 0.15 | 0.25 | 0 | 0 |
HSL | 263.81º | 1% | 0.88% | - |
HSV(B) | 263.81º | 0.25% | 1% | - |
XYZ | 65.51 | 59.67 | 102.67 | - |
YUV | 206.66 | 155.28 | 135.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 192 | 255 | 0.15 | 0.25 | 0 | 0 | 263.81 | 1 | 0.88 |
Hex | D9 | C0 | FF | F | 19 | 0 | 0 | 108 | 64 | 58 |
Octal | 331 | 300 | 377 | 17 | 31 | 0 | 0 | 410 | 144 | 130 |
Binary | 11011001 | 11000000 | 11111111 | 1111 | 11001 | 0 | 0 | 100001000 | 1100100 | 1011000 |
Color Harmonies of #D9C0FF
Complementary color
Monochromatic Colors of #D9C0FF
Black with #D9C0FF
Text Example
Text Example
White with #D9C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0FF; }
p { color: rgb(217,192,255); }
H1.HeaderClassName
{
color: #D9C0FF;
}
.AnyTagClassName
{
color: #D9C0FF;
}
</style>
background-color css
<style>
a { background-color: #D9C0FF; }
a { background-color: rgb(217,192,255); }
div.DivClassName
{
background-color: #D9C0FF;
}
.BgClassName
{
background-color: #D9C0FF;
}
</style>
border-color css
<style>
span { border-color: #D9C0FF; }
span { border-color: rgb(217,192,255); }
td.TdClassName
{
border-color: #D9C0FF;
}
.TagClassName
{
border-color: #D9C0FF;
}
</style>