Shades of Lavender Blue #D4CAFA
Tints of Lavender Blue #D4CAFA
RGB
CMYK
RGB Variations
Color information
#D4CAFA (or 0xD4CAFA) is known color: Lavender Blue. HEX triplet: D4, CA and FA. RGB value is (212,202,250). Sum of RGB (Red+Green+Blue) = 212+202+250=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAFA is #2B3505. Grayscale: #D2D2D2. Windows color (decimal): -2831622 or 16435924. OLE color: 16435924.
HSL color Cylindrical-coordinate representation of color #D4CAFA: hue angle of 252.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 #D4CAFA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 202 | 250 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.02 |
| HSL | 252.5º | 0.83% | 0.89% | - |
| HSV(B) | 252.5º | 0.19% | 0.98% | - |
| XYZ | 65.53 | 63.14 | 99.18 | - |
| YUV | 210.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 250 | 0.15 | 0.19 | 0 | 0.02 | 252.5 | 0.83 | 0.89 |
| Hex | D4 | CA | FA | F | 13 | 0 | 2 | FD | 53 | 59 |
| Octal | 324 | 312 | 372 | 17 | 23 | 0 | 2 | 375 | 123 | 131 |
| Binary | 11010100 | 11001010 | 11111010 | 1111 | 10011 | 0 | 10 | 11111101 | 1010011 | 1011001 |
Color Harmonies of #D4CAFA
Complementary color
Monochromatic Colors of #D4CAFA
Black with #D4CAFA
Text Example
Text Example
White with #D4CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CAFA; }
p { color: rgb(212,202,250); }
H1.HeaderClassName
{
color: #D4CAFA;
}
.AnyTagClassName
{
color: #D4CAFA;
}
</style>
background-color css
<style>
a { background-color: #D4CAFA; }
a { background-color: rgb(212,202,250); }
div.DivClassName
{
background-color: #D4CAFA;
}
.BgClassName
{
background-color: #D4CAFA;
}
</style>
border-color css
<style>
span { border-color: #D4CAFA; }
span { border-color: rgb(212,202,250); }
td.TdClassName
{
border-color: #D4CAFA;
}
.TagClassName
{
border-color: #D4CAFA;
}
</style>