Shades of Lavender Blue #D0C0FE
Tints of Lavender Blue #D0C0FE
RGB
CMYK
RGB Variations
Color information
#D0C0FE (or 0xD0C0FE) is known color: Lavender Blue. HEX triplet: D0, C0 and FE. RGB value is (208,192,254). Sum of RGB (Red+Green+Blue) = 208+192+254=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C0FE is #2F3F01. Grayscale: #CBCBCB. Windows color (decimal): -3096322 or 16695504. OLE color: 16695504.
HSL color Cylindrical-coordinate representation of color #D0C0FE: hue angle of 255.48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0C0FE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 192 | 254 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.00 |
| HSL | 255.48º | 0.97% | 0.87% | - |
| HSV(B) | 255.48º | 0.24% | 1% | - |
| XYZ | 62.75 | 58.26 | 101.7 | - |
| YUV | 203.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 254 | 0.18 | 0.24 | 0 | 0.00 | 255.48 | 0.97 | 0.87 |
| Hex | D0 | C0 | FE | 12 | 18 | 0 | 0 | FF | 61 | 57 |
| Octal | 320 | 300 | 376 | 22 | 30 | 0 | 0 | 377 | 141 | 127 |
| Binary | 11010000 | 11000000 | 11111110 | 10010 | 11000 | 0 | 0 | 11111111 | 1100001 | 1010111 |
Color Harmonies of #D0C0FE
Complementary color
Monochromatic Colors of #D0C0FE
Black with #D0C0FE
Text Example
Text Example
White with #D0C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0FE; }
p { color: rgb(208,192,254); }
H1.HeaderClassName
{
color: #D0C0FE;
}
.AnyTagClassName
{
color: #D0C0FE;
}
</style>
background-color css
<style>
a { background-color: #D0C0FE; }
a { background-color: rgb(208,192,254); }
div.DivClassName
{
background-color: #D0C0FE;
}
.BgClassName
{
background-color: #D0C0FE;
}
</style>
border-color css
<style>
span { border-color: #D0C0FE; }
span { border-color: rgb(208,192,254); }
td.TdClassName
{
border-color: #D0C0FE;
}
.TagClassName
{
border-color: #D0C0FE;
}
</style>