Shades of Lavender Blue #D2CAFB
Tints of Lavender Blue #D2CAFB
RGB
CMYK
RGB Variations
Color information
#D2CAFB (or 0xD2CAFB) is known color: Lavender Blue. HEX triplet: D2, CA and FB. RGB value is (210,202,251). Sum of RGB (Red+Green+Blue) = 210+202+251=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAFB is #2D3504. Grayscale: #D1D1D1. Windows color (decimal): -2962693 or 16501458. OLE color: 16501458.
HSL color Cylindrical-coordinate representation of color #D2CAFB: hue angle of 249.8º 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 #D2CAFB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 202 | 251 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.02 |
| HSL | 249.8º | 0.86% | 0.89% | - |
| HSV(B) | 249.8º | 0.2% | 0.98% | - |
| XYZ | 65.11 | 62.91 | 99.98 | - |
| YUV | 209.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 251 | 0.16 | 0.20 | 0 | 0.02 | 249.8 | 0.86 | 0.89 |
| Hex | D2 | CA | FB | 10 | 14 | 0 | 2 | FA | 56 | 59 |
| Octal | 322 | 312 | 373 | 20 | 24 | 0 | 2 | 372 | 126 | 131 |
| Binary | 11010010 | 11001010 | 11111011 | 10000 | 10100 | 0 | 10 | 11111010 | 1010110 | 1011001 |
Color Harmonies of #D2CAFB
Complementary color
Monochromatic Colors of #D2CAFB
Black with #D2CAFB
Text Example
Text Example
White with #D2CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CAFB; }
p { color: rgb(210,202,251); }
H1.HeaderClassName
{
color: #D2CAFB;
}
.AnyTagClassName
{
color: #D2CAFB;
}
</style>
background-color css
<style>
a { background-color: #D2CAFB; }
a { background-color: rgb(210,202,251); }
div.DivClassName
{
background-color: #D2CAFB;
}
.BgClassName
{
background-color: #D2CAFB;
}
</style>
border-color css
<style>
span { border-color: #D2CAFB; }
span { border-color: rgb(210,202,251); }
td.TdClassName
{
border-color: #D2CAFB;
}
.TagClassName
{
border-color: #D2CAFB;
}
</style>