Shades of Lavender Blue #D5CAFB
Tints of Lavender Blue #D5CAFB
RGB
CMYK
RGB Variations
Color information
#D5CAFB (or 0xD5CAFB) is known color: Lavender Blue. HEX triplet: D5, CA and FB. RGB value is (213,202,251). Sum of RGB (Red+Green+Blue) = 213+202+251=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAFB is #2A3504. Grayscale: #D2D2D2. Windows color (decimal): -2766085 or 16501461. OLE color: 16501461.
HSL color Cylindrical-coordinate representation of color #D5CAFB: hue angle of 253.47º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CAFB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 202 | 251 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.02 |
| HSL | 253.47º | 0.86% | 0.89% | - |
| HSV(B) | 253.47º | 0.2% | 0.98% | - |
| XYZ | 65.97 | 63.35 | 100.02 | - |
| YUV | 210.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 251 | 0.15 | 0.20 | 0 | 0.02 | 253.47 | 0.86 | 0.89 |
| Hex | D5 | CA | FB | F | 14 | 0 | 2 | FD | 56 | 59 |
| Octal | 325 | 312 | 373 | 17 | 24 | 0 | 2 | 375 | 126 | 131 |
| Binary | 11010101 | 11001010 | 11111011 | 1111 | 10100 | 0 | 10 | 11111101 | 1010110 | 1011001 |
Color Harmonies of #D5CAFB
Complementary color
Monochromatic Colors of #D5CAFB
Black with #D5CAFB
Text Example
Text Example
White with #D5CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAFB; }
p { color: rgb(213,202,251); }
H1.HeaderClassName
{
color: #D5CAFB;
}
.AnyTagClassName
{
color: #D5CAFB;
}
</style>
background-color css
<style>
a { background-color: #D5CAFB; }
a { background-color: rgb(213,202,251); }
div.DivClassName
{
background-color: #D5CAFB;
}
.BgClassName
{
background-color: #D5CAFB;
}
</style>
border-color css
<style>
span { border-color: #D5CAFB; }
span { border-color: rgb(213,202,251); }
td.TdClassName
{
border-color: #D5CAFB;
}
.TagClassName
{
border-color: #D5CAFB;
}
</style>