Shades of Fog #D3C0FF
Tints of Fog #D3C0FF
RGB
CMYK
RGB Variations
Color information
#D3C0FF (or 0xD3C0FF) is known color: Fog. HEX triplet: D3, C0 and FF. RGB value is (211,192,255). Sum of RGB (Red+Green+Blue) = 211+192+255=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C0FF is #2C3F00. Grayscale: #CCCCCC. Windows color (decimal): -2899713 or 16761043. OLE color: 16761043.
HSL color Cylindrical-coordinate representation of color #D3C0FF: hue angle of 258.1º 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 #D3C0FF is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 211 | 192 | 255 | - |
CMYK | 0.17 | 0.25 | 0 | 0 |
HSL | 258.1º | 1% | 0.88% | - |
HSV(B) | 258.1º | 0.25% | 1% | - |
XYZ | 63.76 | 58.77 | 102.59 | - |
YUV | 204.86 | 156.29 | 132.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 192 | 255 | 0.17 | 0.25 | 0 | 0 | 258.1 | 1 | 0.88 |
Hex | D3 | C0 | FF | 11 | 19 | 0 | 0 | 102 | 64 | 58 |
Octal | 323 | 300 | 377 | 21 | 31 | 0 | 0 | 402 | 144 | 130 |
Binary | 11010011 | 11000000 | 11111111 | 10001 | 11001 | 0 | 0 | 100000010 | 1100100 | 1011000 |
Color Harmonies of #D3C0FF
Complementary color
Monochromatic Colors of #D3C0FF
Black with #D3C0FF
Text Example
Text Example
White with #D3C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0FF; }
p { color: rgb(211,192,255); }
H1.HeaderClassName
{
color: #D3C0FF;
}
.AnyTagClassName
{
color: #D3C0FF;
}
</style>
background-color css
<style>
a { background-color: #D3C0FF; }
a { background-color: rgb(211,192,255); }
div.DivClassName
{
background-color: #D3C0FF;
}
.BgClassName
{
background-color: #D3C0FF;
}
</style>
border-color css
<style>
span { border-color: #D3C0FF; }
span { border-color: rgb(211,192,255); }
td.TdClassName
{
border-color: #D3C0FF;
}
.TagClassName
{
border-color: #D3C0FF;
}
</style>