Shades of Lavender Blue #D1C0FF
Tints of Lavender Blue #D1C0FF
RGB
CMYK
RGB Variations
Color information
#D1C0FF (or 0xD1C0FF) is known color: Lavender Blue. HEX triplet: D1, C0 and FF. RGB value is (209,192,255). Sum of RGB (Red+Green+Blue) = 209+192+255=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C0FF is #2E3F00. Grayscale: #CCCCCC. Windows color (decimal): -3030785 or 16761041. OLE color: 16761041.
HSL color Cylindrical-coordinate representation of color #D1C0FF: hue angle of 256.19º 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 #D1C0FF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 209 | 192 | 255 | - |
CMYK | 0.18 | 0.25 | 0 | 0 |
HSL | 256.19º | 1% | 0.88% | - |
HSV(B) | 256.19º | 0.25% | 1% | - |
XYZ | 63.19 | 58.47 | 102.56 | - |
YUV | 204.27 | 156.63 | 131.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 192 | 255 | 0.18 | 0.25 | 0 | 0 | 256.19 | 1 | 0.88 |
Hex | D1 | C0 | FF | 12 | 19 | 0 | 0 | 100 | 64 | 58 |
Octal | 321 | 300 | 377 | 22 | 31 | 0 | 0 | 400 | 144 | 130 |
Binary | 11010001 | 11000000 | 11111111 | 10010 | 11001 | 0 | 0 | 100000000 | 1100100 | 1011000 |
Color Harmonies of #D1C0FF
Complementary color
Monochromatic Colors of #D1C0FF
Black with #D1C0FF
Text Example
Text Example
White with #D1C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0FF; }
p { color: rgb(209,192,255); }
H1.HeaderClassName
{
color: #D1C0FF;
}
.AnyTagClassName
{
color: #D1C0FF;
}
</style>
background-color css
<style>
a { background-color: #D1C0FF; }
a { background-color: rgb(209,192,255); }
div.DivClassName
{
background-color: #D1C0FF;
}
.BgClassName
{
background-color: #D1C0FF;
}
</style>
border-color css
<style>
span { border-color: #D1C0FF; }
span { border-color: rgb(209,192,255); }
td.TdClassName
{
border-color: #D1C0FF;
}
.TagClassName
{
border-color: #D1C0FF;
}
</style>