Shades of Lavender Blue #D3CAF8
Tints of Lavender Blue #D3CAF8
RGB
CMYK
RGB Variations
Color information
#D3CAF8 (or 0xD3CAF8) is known color: Lavender Blue. HEX triplet: D3, CA and F8. RGB value is (211,202,248). Sum of RGB (Red+Green+Blue) = 211+202+248=661 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.92% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #D3CAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAF8 is #2C3507. Grayscale: #D1D1D1. Windows color (decimal): -2897160 or 16304851. OLE color: 16304851.
HSL color Cylindrical-coordinate representation of color #D3CAF8: hue angle of 251.74º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3CAF8 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 202 | 248 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.03 |
| HSL | 251.74º | 0.77% | 0.88% | - |
| HSV(B) | 251.74º | 0.19% | 0.97% | - |
| XYZ | 64.93 | 62.87 | 97.52 | - |
| YUV | 209.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 248 | 0.15 | 0.19 | 0 | 0.03 | 251.74 | 0.77 | 0.88 |
| Hex | D3 | CA | F8 | F | 13 | 0 | 3 | FC | 4D | 58 |
| Octal | 323 | 312 | 370 | 17 | 23 | 0 | 3 | 374 | 115 | 130 |
| Binary | 11010011 | 11001010 | 11111000 | 1111 | 10011 | 0 | 11 | 11111100 | 1001101 | 1011000 |
Color Harmonies of #D3CAF8
Complementary color
Monochromatic Colors of #D3CAF8
Black with #D3CAF8
Text Example
Text Example
White with #D3CAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAF8; }
p { color: rgb(211,202,248); }
H1.HeaderClassName
{
color: #D3CAF8;
}
.AnyTagClassName
{
color: #D3CAF8;
}
</style>
background-color css
<style>
a { background-color: #D3CAF8; }
a { background-color: rgb(211,202,248); }
div.DivClassName
{
background-color: #D3CAF8;
}
.BgClassName
{
background-color: #D3CAF8;
}
</style>
border-color css
<style>
span { border-color: #D3CAF8; }
span { border-color: rgb(211,202,248); }
td.TdClassName
{
border-color: #D3CAF8;
}
.TagClassName
{
border-color: #D3CAF8;
}
</style>