Shades of Lavender Blue #D0CAFA
Tints of Lavender Blue #D0CAFA
RGB
CMYK
RGB Variations
Color information
#D0CAFA (or 0xD0CAFA) is known color: Lavender Blue. HEX triplet: D0, CA and FA. RGB value is (208,202,250). Sum of RGB (Red+Green+Blue) = 208+202+250=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CAFA is #2F3505. Grayscale: #D1D1D1. Windows color (decimal): -3093766 or 16435920. OLE color: 16435920.
HSL color Cylindrical-coordinate representation of color #D0CAFA: hue angle of 247.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CAFA is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 202 | 250 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.02 |
| HSL | 247.5º | 0.83% | 0.89% | - |
| HSV(B) | 247.5º | 0.19% | 0.98% | - |
| XYZ | 64.39 | 62.55 | 99.12 | - |
| YUV | 209.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 250 | 0.17 | 0.19 | 0 | 0.02 | 247.5 | 0.83 | 0.89 |
| Hex | D0 | CA | FA | 11 | 13 | 0 | 2 | F8 | 53 | 59 |
| Octal | 320 | 312 | 372 | 21 | 23 | 0 | 2 | 370 | 123 | 131 |
| Binary | 11010000 | 11001010 | 11111010 | 10001 | 10011 | 0 | 10 | 11111000 | 1010011 | 1011001 |
Color Harmonies of #D0CAFA
Complementary color
Monochromatic Colors of #D0CAFA
Black with #D0CAFA
Text Example
Text Example
White with #D0CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CAFA; }
p { color: rgb(208,202,250); }
H1.HeaderClassName
{
color: #D0CAFA;
}
.AnyTagClassName
{
color: #D0CAFA;
}
</style>
background-color css
<style>
a { background-color: #D0CAFA; }
a { background-color: rgb(208,202,250); }
div.DivClassName
{
background-color: #D0CAFA;
}
.BgClassName
{
background-color: #D0CAFA;
}
</style>
border-color css
<style>
span { border-color: #D0CAFA; }
span { border-color: rgb(208,202,250); }
td.TdClassName
{
border-color: #D0CAFA;
}
.TagClassName
{
border-color: #D0CAFA;
}
</style>