Shades of Lavender Blue #D3D1FB
Tints of Lavender Blue #D3D1FB
RGB
CMYK
RGB Variations
Color information
#D3D1FB (or 0xD3D1FB) is known color: Lavender Blue. HEX triplet: D3, D1 and FB. RGB value is (211,209,251). Sum of RGB (Red+Green+Blue) = 211+209+251=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D1FB is #2C2E04. Grayscale: #D6D6D6. Windows color (decimal): -2895365 or 16503251. OLE color: 16503251.
HSL color Cylindrical-coordinate representation of color #D3D1FB: hue angle of 242.86º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3D1FB is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 209 | 251 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.02 |
| HSL | 242.86º | 0.84% | 0.9% | - |
| HSV(B) | 242.86º | 0.17% | 0.98% | - |
| XYZ | 67.08 | 66.41 | 100.55 | - |
| YUV | 214.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 251 | 0.16 | 0.17 | 0 | 0.02 | 242.86 | 0.84 | 0.9 |
| Hex | D3 | D1 | FB | 10 | 11 | 0 | 2 | F3 | 54 | 5A |
| Octal | 323 | 321 | 373 | 20 | 21 | 0 | 2 | 363 | 124 | 132 |
| Binary | 11010011 | 11010001 | 11111011 | 10000 | 10001 | 0 | 10 | 11110011 | 1010100 | 1011010 |
Color Harmonies of #D3D1FB
Complementary color
Monochromatic Colors of #D3D1FB
Black with #D3D1FB
Text Example
Text Example
White with #D3D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1FB; }
p { color: rgb(211,209,251); }
H1.HeaderClassName
{
color: #D3D1FB;
}
.AnyTagClassName
{
color: #D3D1FB;
}
</style>
background-color css
<style>
a { background-color: #D3D1FB; }
a { background-color: rgb(211,209,251); }
div.DivClassName
{
background-color: #D3D1FB;
}
.BgClassName
{
background-color: #D3D1FB;
}
</style>
border-color css
<style>
span { border-color: #D3D1FB; }
span { border-color: rgb(211,209,251); }
td.TdClassName
{
border-color: #D3D1FB;
}
.TagClassName
{
border-color: #D3D1FB;
}
</style>