Shades of Lavender Blue #D3CAFB
Tints of Lavender Blue #D3CAFB
RGB
CMYK
RGB Variations
Color information
#D3CAFB (or 0xD3CAFB) is known color: Lavender Blue. HEX triplet: D3, CA and FB. RGB value is (211,202,251). Sum of RGB (Red+Green+Blue) = 211+202+251=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAFB is #2C3504. Grayscale: #D2D2D2. Windows color (decimal): -2897157 or 16501459. OLE color: 16501459.
HSL color Cylindrical-coordinate representation of color #D3CAFB: hue angle of 251.02º 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 #D3CAFB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 202 | 251 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.02 |
| HSL | 251.02º | 0.86% | 0.89% | - |
| HSV(B) | 251.02º | 0.2% | 0.98% | - |
| XYZ | 65.4 | 63.05 | 99.99 | - |
| YUV | 210.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 251 | 0.16 | 0.20 | 0 | 0.02 | 251.02 | 0.86 | 0.89 |
| Hex | D3 | CA | FB | 10 | 14 | 0 | 2 | FB | 56 | 59 |
| Octal | 323 | 312 | 373 | 20 | 24 | 0 | 2 | 373 | 126 | 131 |
| Binary | 11010011 | 11001010 | 11111011 | 10000 | 10100 | 0 | 10 | 11111011 | 1010110 | 1011001 |
Color Harmonies of #D3CAFB
Complementary color
Monochromatic Colors of #D3CAFB
Black with #D3CAFB
Text Example
Text Example
White with #D3CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAFB; }
p { color: rgb(211,202,251); }
H1.HeaderClassName
{
color: #D3CAFB;
}
.AnyTagClassName
{
color: #D3CAFB;
}
</style>
background-color css
<style>
a { background-color: #D3CAFB; }
a { background-color: rgb(211,202,251); }
div.DivClassName
{
background-color: #D3CAFB;
}
.BgClassName
{
background-color: #D3CAFB;
}
</style>
border-color css
<style>
span { border-color: #D3CAFB; }
span { border-color: rgb(211,202,251); }
td.TdClassName
{
border-color: #D3CAFB;
}
.TagClassName
{
border-color: #D3CAFB;
}
</style>