Shades of Lavender Blue #D3CBF3
Tints of Lavender Blue #D3CBF3
RGB
CMYK
RGB Variations
Color information
#D3CBF3 (or 0xD3CBF3) is known color: Lavender Blue. HEX triplet: D3, CB and F3. RGB value is (211,203,243). Sum of RGB (Red+Green+Blue) = 211+203+243=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3CBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBF3 is #2C340C. Grayscale: #D1D1D1. Windows color (decimal): -2896909 or 15977427. OLE color: 15977427.
HSL color Cylindrical-coordinate representation of color #D3CBF3: hue angle of 252º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3CBF3 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 203 | 243 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.05 |
| HSL | 252º | 0.63% | 0.87% | - |
| HSV(B) | 252º | 0.16% | 0.95% | - |
| XYZ | 64.4 | 63.03 | 93.57 | - |
| YUV | 209.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 243 | 0.13 | 0.16 | 0 | 0.05 | 252 | 0.63 | 0.87 |
| Hex | D3 | CB | F3 | D | 10 | 0 | 5 | FC | 3E | 57 |
| Octal | 323 | 313 | 363 | 15 | 20 | 0 | 5 | 374 | 76 | 127 |
| Binary | 11010011 | 11001011 | 11110011 | 1101 | 10000 | 0 | 101 | 11111100 | 111110 | 1010111 |
Color Harmonies of #D3CBF3
Complementary color
Monochromatic Colors of #D3CBF3
Black with #D3CBF3
Text Example
Text Example
White with #D3CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBF3; }
p { color: rgb(211,203,243); }
H1.HeaderClassName
{
color: #D3CBF3;
}
.AnyTagClassName
{
color: #D3CBF3;
}
</style>
background-color css
<style>
a { background-color: #D3CBF3; }
a { background-color: rgb(211,203,243); }
div.DivClassName
{
background-color: #D3CBF3;
}
.BgClassName
{
background-color: #D3CBF3;
}
</style>
border-color css
<style>
span { border-color: #D3CBF3; }
span { border-color: rgb(211,203,243); }
td.TdClassName
{
border-color: #D3CBF3;
}
.TagClassName
{
border-color: #D3CBF3;
}
</style>