Shades of Lavender Blue #D5CAFA
Tints of Lavender Blue #D5CAFA
RGB
CMYK
RGB Variations
Color information
#D5CAFA (or 0xD5CAFA) is known color: Lavender Blue. HEX triplet: D5, CA and FA. RGB value is (213,202,250). Sum of RGB (Red+Green+Blue) = 213+202+250=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAFA is #2A3505. Grayscale: #D2D2D2. Windows color (decimal): -2766086 or 16435925. OLE color: 16435925.
HSL color Cylindrical-coordinate representation of color #D5CAFA: hue angle of 253.75º 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 #D5CAFA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 202 | 250 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.02 |
| HSL | 253.75º | 0.83% | 0.89% | - |
| HSV(B) | 253.75º | 0.19% | 0.98% | - |
| XYZ | 65.82 | 63.29 | 99.19 | - |
| YUV | 210.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 250 | 0.15 | 0.19 | 0 | 0.02 | 253.75 | 0.83 | 0.89 |
| Hex | D5 | CA | FA | F | 13 | 0 | 2 | FE | 53 | 59 |
| Octal | 325 | 312 | 372 | 17 | 23 | 0 | 2 | 376 | 123 | 131 |
| Binary | 11010101 | 11001010 | 11111010 | 1111 | 10011 | 0 | 10 | 11111110 | 1010011 | 1011001 |
Color Harmonies of #D5CAFA
Complementary color
Monochromatic Colors of #D5CAFA
Black with #D5CAFA
Text Example
Text Example
White with #D5CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAFA; }
p { color: rgb(213,202,250); }
H1.HeaderClassName
{
color: #D5CAFA;
}
.AnyTagClassName
{
color: #D5CAFA;
}
</style>
background-color css
<style>
a { background-color: #D5CAFA; }
a { background-color: rgb(213,202,250); }
div.DivClassName
{
background-color: #D5CAFA;
}
.BgClassName
{
background-color: #D5CAFA;
}
</style>
border-color css
<style>
span { border-color: #D5CAFA; }
span { border-color: rgb(213,202,250); }
td.TdClassName
{
border-color: #D5CAFA;
}
.TagClassName
{
border-color: #D5CAFA;
}
</style>