Shades of Lavender Blue #D3CAF9
Tints of Lavender Blue #D3CAF9
RGB
CMYK
RGB Variations
Color information
#D3CAF9 (or 0xD3CAF9) is known color: Lavender Blue. HEX triplet: D3, CA and F9. RGB value is (211,202,249). Sum of RGB (Red+Green+Blue) = 211+202+249=662 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.87% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAF9 is #2C3506. Grayscale: #D1D1D1. Windows color (decimal): -2897159 or 16370387. OLE color: 16370387.
HSL color Cylindrical-coordinate representation of color #D3CAF9: hue angle of 251.49º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3CAF9 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 202 | 249 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.02 |
| HSL | 251.49º | 0.8% | 0.88% | - |
| HSV(B) | 251.49º | 0.19% | 0.98% | - |
| XYZ | 65.08 | 62.93 | 98.34 | - |
| YUV | 210.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 249 | 0.15 | 0.19 | 0 | 0.02 | 251.49 | 0.8 | 0.88 |
| Hex | D3 | CA | F9 | F | 13 | 0 | 2 | FB | 50 | 58 |
| Octal | 323 | 312 | 371 | 17 | 23 | 0 | 2 | 373 | 120 | 130 |
| Binary | 11010011 | 11001010 | 11111001 | 1111 | 10011 | 0 | 10 | 11111011 | 1010000 | 1011000 |
Color Harmonies of #D3CAF9
Complementary color
Monochromatic Colors of #D3CAF9
Black with #D3CAF9
Text Example
Text Example
White with #D3CAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAF9; }
p { color: rgb(211,202,249); }
H1.HeaderClassName
{
color: #D3CAF9;
}
.AnyTagClassName
{
color: #D3CAF9;
}
</style>
background-color css
<style>
a { background-color: #D3CAF9; }
a { background-color: rgb(211,202,249); }
div.DivClassName
{
background-color: #D3CAF9;
}
.BgClassName
{
background-color: #D3CAF9;
}
</style>
border-color css
<style>
span { border-color: #D3CAF9; }
span { border-color: rgb(211,202,249); }
td.TdClassName
{
border-color: #D3CAF9;
}
.TagClassName
{
border-color: #D3CAF9;
}
</style>