Shades of Lavender Blue #D3D2FF
Tints of Lavender Blue #D3D2FF
RGB
CMYK
RGB Variations
Color information
#D3D2FF (or 0xD3D2FF) is known color: Lavender Blue. HEX triplet: D3, D2 and FF. RGB value is (211,210,255). Sum of RGB (Red+Green+Blue) = 211+210+255=676 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.21% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D2FF is #2C2D00. Grayscale: #D7D7D7. Windows color (decimal): -2895105 or 16765651. OLE color: 16765651.
HSL color Cylindrical-coordinate representation of color #D3D2FF: hue angle of 241.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3D2FF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 210 | 255 | - |
| CMYK | 0.17 | 0.18 | 0 | 0 |
| HSL | 241.33º | 1% | 0.91% | - |
| HSV(B) | 241.33º | 0.18% | 1% | - |
| XYZ | 67.96 | 67.16 | 103.99 | - |
| YUV | 215.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 255 | 0.17 | 0.18 | 0 | 0 | 241.33 | 1 | 0.91 |
| Hex | D3 | D2 | FF | 11 | 12 | 0 | 0 | F1 | 64 | 5B |
| Octal | 323 | 322 | 377 | 21 | 22 | 0 | 0 | 361 | 144 | 133 |
| Binary | 11010011 | 11010010 | 11111111 | 10001 | 10010 | 0 | 0 | 11110001 | 1100100 | 1011011 |
Color Harmonies of #D3D2FF
Complementary color
Monochromatic Colors of #D3D2FF
Black with #D3D2FF
Text Example
Text Example
White with #D3D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D2FF; }
p { color: rgb(211,210,255); }
H1.HeaderClassName
{
color: #D3D2FF;
}
.AnyTagClassName
{
color: #D3D2FF;
}
</style>
background-color css
<style>
a { background-color: #D3D2FF; }
a { background-color: rgb(211,210,255); }
div.DivClassName
{
background-color: #D3D2FF;
}
.BgClassName
{
background-color: #D3D2FF;
}
</style>
border-color css
<style>
span { border-color: #D3D2FF; }
span { border-color: rgb(211,210,255); }
td.TdClassName
{
border-color: #D3D2FF;
}
.TagClassName
{
border-color: #D3D2FF;
}
</style>