Shades of Lavender Blue #D3CBFD
Tints of Lavender Blue #D3CBFD
RGB
CMYK
RGB Variations
Color information
#D3CBFD (or 0xD3CBFD) is known color: Lavender Blue. HEX triplet: D3, CB and FD. RGB value is (211,203,253). Sum of RGB (Red+Green+Blue) = 211+203+253=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBFD is #2C3402. Grayscale: #D2D2D2. Windows color (decimal): -2896899 or 16632787. OLE color: 16632787.
HSL color Cylindrical-coordinate representation of color #D3CBFD: hue angle of 249.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3CBFD is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 203 | 253 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.01 |
| HSL | 249.6º | 0.93% | 0.89% | - |
| HSV(B) | 249.6º | 0.2% | 0.99% | - |
| XYZ | 65.95 | 63.65 | 101.74 | - |
| YUV | 211.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 253 | 0.17 | 0.20 | 0 | 0.01 | 249.6 | 0.93 | 0.89 |
| Hex | D3 | CB | FD | 11 | 14 | 0 | 1 | FA | 5D | 59 |
| Octal | 323 | 313 | 375 | 21 | 24 | 0 | 1 | 372 | 135 | 131 |
| Binary | 11010011 | 11001011 | 11111101 | 10001 | 10100 | 0 | 1 | 11111010 | 1011101 | 1011001 |
Color Harmonies of #D3CBFD
Complementary color
Monochromatic Colors of #D3CBFD
Black with #D3CBFD
Text Example
Text Example
White with #D3CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBFD; }
p { color: rgb(211,203,253); }
H1.HeaderClassName
{
color: #D3CBFD;
}
.AnyTagClassName
{
color: #D3CBFD;
}
</style>
background-color css
<style>
a { background-color: #D3CBFD; }
a { background-color: rgb(211,203,253); }
div.DivClassName
{
background-color: #D3CBFD;
}
.BgClassName
{
background-color: #D3CBFD;
}
</style>
border-color css
<style>
span { border-color: #D3CBFD; }
span { border-color: rgb(211,203,253); }
td.TdClassName
{
border-color: #D3CBFD;
}
.TagClassName
{
border-color: #D3CBFD;
}
</style>