Shades of Lavender Blue #D3CBFF
Tints of Lavender Blue #D3CBFF
RGB
CMYK
RGB Variations
Color information
#D3CBFF (or 0xD3CBFF) is known color: Lavender Blue. HEX triplet: D3, CB and FF. RGB value is (211,203,255). Sum of RGB (Red+Green+Blue) = 211+203+255=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBFF is #2C3400. Grayscale: #D3D3D3. Windows color (decimal): -2896897 or 16763859. OLE color: 16763859.
HSL color Cylindrical-coordinate representation of color #D3CBFF: hue angle of 249.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3CBFF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 203 | 255 | - |
| CMYK | 0.17 | 0.20 | 0 | 0 |
| HSL | 249.23º | 1% | 0.9% | - |
| HSV(B) | 249.23º | 0.2% | 1% | - |
| XYZ | 66.27 | 63.78 | 103.43 | - |
| YUV | 211.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 255 | 0.17 | 0.20 | 0 | 0 | 249.23 | 1 | 0.9 |
| Hex | D3 | CB | FF | 11 | 14 | 0 | 0 | F9 | 64 | 5A |
| Octal | 323 | 313 | 377 | 21 | 24 | 0 | 0 | 371 | 144 | 132 |
| Binary | 11010011 | 11001011 | 11111111 | 10001 | 10100 | 0 | 0 | 11111001 | 1100100 | 1011010 |
Color Harmonies of #D3CBFF
Complementary color
Monochromatic Colors of #D3CBFF
Black with #D3CBFF
Text Example
Text Example
White with #D3CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBFF; }
p { color: rgb(211,203,255); }
H1.HeaderClassName
{
color: #D3CBFF;
}
.AnyTagClassName
{
color: #D3CBFF;
}
</style>
background-color css
<style>
a { background-color: #D3CBFF; }
a { background-color: rgb(211,203,255); }
div.DivClassName
{
background-color: #D3CBFF;
}
.BgClassName
{
background-color: #D3CBFF;
}
</style>
border-color css
<style>
span { border-color: #D3CBFF; }
span { border-color: rgb(211,203,255); }
td.TdClassName
{
border-color: #D3CBFF;
}
.TagClassName
{
border-color: #D3CBFF;
}
</style>