Shades of Fog #D5C0FF
Tints of Fog #D5C0FF
RGB
CMYK
RGB Variations
Color information
#D5C0FF (or 0xD5C0FF) is known color: Fog. HEX triplet: D5, C0 and FF. RGB value is (213,192,255). Sum of RGB (Red+Green+Blue) = 213+192+255=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C0FF is #2A3F00. Grayscale: #CDCDCD. Windows color (decimal): -2768641 or 16761045. OLE color: 16761045.
HSL color Cylindrical-coordinate representation of color #D5C0FF: hue angle of 260º 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 #D5C0FF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 192 | 255 | - |
CMYK | 0.16 | 0.25 | 0 | 0 |
HSL | 260º | 1% | 0.88% | - |
HSV(B) | 260º | 0.25% | 1% | - |
XYZ | 64.34 | 59.07 | 102.62 | - |
YUV | 205.46 | 155.96 | 133.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 192 | 255 | 0.16 | 0.25 | 0 | 0 | 260 | 1 | 0.88 |
Hex | D5 | C0 | FF | 10 | 19 | 0 | 0 | 104 | 64 | 58 |
Octal | 325 | 300 | 377 | 20 | 31 | 0 | 0 | 404 | 144 | 130 |
Binary | 11010101 | 11000000 | 11111111 | 10000 | 11001 | 0 | 0 | 100000100 | 1100100 | 1011000 |
Color Harmonies of #D5C0FF
Complementary color
Monochromatic Colors of #D5C0FF
Black with #D5C0FF
Text Example
Text Example
White with #D5C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C0FF; }
p { color: rgb(213,192,255); }
H1.HeaderClassName
{
color: #D5C0FF;
}
.AnyTagClassName
{
color: #D5C0FF;
}
</style>
background-color css
<style>
a { background-color: #D5C0FF; }
a { background-color: rgb(213,192,255); }
div.DivClassName
{
background-color: #D5C0FF;
}
.BgClassName
{
background-color: #D5C0FF;
}
</style>
border-color css
<style>
span { border-color: #D5C0FF; }
span { border-color: rgb(213,192,255); }
td.TdClassName
{
border-color: #D5C0FF;
}
.TagClassName
{
border-color: #D5C0FF;
}
</style>