Shades of Fog #D8C0FF
Tints of Fog #D8C0FF
RGB
CMYK
RGB Variations
Color information
#D8C0FF (or 0xD8C0FF) is known color: Fog. HEX triplet: D8, C0 and FF. RGB value is (216,192,255). Sum of RGB (Red+Green+Blue) = 216+192+255=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C0FF is #273F00. Grayscale: #CECECE. Windows color (decimal): -2572033 or 16761048. OLE color: 16761048.
HSL color Cylindrical-coordinate representation of color #D8C0FF: hue angle of 262.86º 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 #D8C0FF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 216 | 192 | 255 | - |
CMYK | 0.15 | 0.25 | 0 | 0 |
HSL | 262.86º | 1% | 0.88% | - |
HSV(B) | 262.86º | 0.25% | 1% | - |
XYZ | 65.22 | 59.52 | 102.66 | - |
YUV | 206.36 | 155.45 | 134.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 192 | 255 | 0.15 | 0.25 | 0 | 0 | 262.86 | 1 | 0.88 |
Hex | D8 | C0 | FF | F | 19 | 0 | 0 | 107 | 64 | 58 |
Octal | 330 | 300 | 377 | 17 | 31 | 0 | 0 | 407 | 144 | 130 |
Binary | 11011000 | 11000000 | 11111111 | 1111 | 11001 | 0 | 0 | 100000111 | 1100100 | 1011000 |
Color Harmonies of #D8C0FF
Complementary color
Monochromatic Colors of #D8C0FF
Black with #D8C0FF
Text Example
Text Example
White with #D8C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0FF; }
p { color: rgb(216,192,255); }
H1.HeaderClassName
{
color: #D8C0FF;
}
.AnyTagClassName
{
color: #D8C0FF;
}
</style>
background-color css
<style>
a { background-color: #D8C0FF; }
a { background-color: rgb(216,192,255); }
div.DivClassName
{
background-color: #D8C0FF;
}
.BgClassName
{
background-color: #D8C0FF;
}
</style>
border-color css
<style>
span { border-color: #D8C0FF; }
span { border-color: rgb(216,192,255); }
td.TdClassName
{
border-color: #D8C0FF;
}
.TagClassName
{
border-color: #D8C0FF;
}
</style>