Shades of Lavender Blue #D3D2FE
Tints of Lavender Blue #D3D2FE
RGB
CMYK
RGB Variations
Color information
#D3D2FE (or 0xD3D2FE) is known color: Lavender Blue. HEX triplet: D3, D2 and FE. RGB value is (211,210,254). Sum of RGB (Red+Green+Blue) = 211+210+254=675 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.26% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D2FE is #2C2D01. Grayscale: #D7D7D7. Windows color (decimal): -2895106 or 16700115. OLE color: 16700115.
HSL color Cylindrical-coordinate representation of color #D3D2FE: hue angle of 241.36º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3D2FE is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 210 | 254 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.00 |
| HSL | 241.36º | 0.96% | 0.91% | - |
| HSV(B) | 241.36º | 0.17% | 1% | - |
| XYZ | 67.8 | 67.1 | 103.14 | - |
| YUV | 215.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 254 | 0.17 | 0.17 | 0 | 0.00 | 241.36 | 0.96 | 0.91 |
| Hex | D3 | D2 | FE | 11 | 11 | 0 | 0 | F1 | 60 | 5B |
| Octal | 323 | 322 | 376 | 21 | 21 | 0 | 0 | 361 | 140 | 133 |
| Binary | 11010011 | 11010010 | 11111110 | 10001 | 10001 | 0 | 0 | 11110001 | 1100000 | 1011011 |
Color Harmonies of #D3D2FE
Complementary color
Monochromatic Colors of #D3D2FE
Black with #D3D2FE
Text Example
Text Example
White with #D3D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D2FE; }
p { color: rgb(211,210,254); }
H1.HeaderClassName
{
color: #D3D2FE;
}
.AnyTagClassName
{
color: #D3D2FE;
}
</style>
background-color css
<style>
a { background-color: #D3D2FE; }
a { background-color: rgb(211,210,254); }
div.DivClassName
{
background-color: #D3D2FE;
}
.BgClassName
{
background-color: #D3D2FE;
}
</style>
border-color css
<style>
span { border-color: #D3D2FE; }
span { border-color: rgb(211,210,254); }
td.TdClassName
{
border-color: #D3D2FE;
}
.TagClassName
{
border-color: #D3D2FE;
}
</style>