Shades of Lavender Blue #D3CBF9
Tints of Lavender Blue #D3CBF9
RGB
CMYK
RGB Variations
Color information
#D3CBF9 (or 0xD3CBF9) is known color: Lavender Blue. HEX triplet: D3, CB and F9. RGB value is (211,203,249). Sum of RGB (Red+Green+Blue) = 211+203+249=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBF9 is #2C3406. Grayscale: #D2D2D2. Windows color (decimal): -2896903 or 16370643. OLE color: 16370643.
HSL color Cylindrical-coordinate representation of color #D3CBF9: hue angle of 250.43º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3CBF9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 203 | 249 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.02 |
| HSL | 250.43º | 0.79% | 0.89% | - |
| HSV(B) | 250.43º | 0.18% | 0.98% | - |
| XYZ | 65.32 | 63.4 | 98.42 | - |
| YUV | 210.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 249 | 0.15 | 0.18 | 0 | 0.02 | 250.43 | 0.79 | 0.89 |
| Hex | D3 | CB | F9 | F | 12 | 0 | 2 | FA | 4F | 59 |
| Octal | 323 | 313 | 371 | 17 | 22 | 0 | 2 | 372 | 117 | 131 |
| Binary | 11010011 | 11001011 | 11111001 | 1111 | 10010 | 0 | 10 | 11111010 | 1001111 | 1011001 |
Color Harmonies of #D3CBF9
Complementary color
Monochromatic Colors of #D3CBF9
Black with #D3CBF9
Text Example
Text Example
White with #D3CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBF9; }
p { color: rgb(211,203,249); }
H1.HeaderClassName
{
color: #D3CBF9;
}
.AnyTagClassName
{
color: #D3CBF9;
}
</style>
background-color css
<style>
a { background-color: #D3CBF9; }
a { background-color: rgb(211,203,249); }
div.DivClassName
{
background-color: #D3CBF9;
}
.BgClassName
{
background-color: #D3CBF9;
}
</style>
border-color css
<style>
span { border-color: #D3CBF9; }
span { border-color: rgb(211,203,249); }
td.TdClassName
{
border-color: #D3CBF9;
}
.TagClassName
{
border-color: #D3CBF9;
}
</style>