Shades of Lavender Blue #D3D6FE
Tints of Lavender Blue #D3D6FE
RGB
CMYK
RGB Variations
Color information
#D3D6FE (or 0xD3D6FE) is known color: Lavender Blue. HEX triplet: D3, D6 and FE. RGB value is (211,214,254). Sum of RGB (Red+Green+Blue) = 211+214+254=679 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.08% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3D6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D6FE is #2C2901. Grayscale: #D9D9D9. Windows color (decimal): -2894082 or 16701139. OLE color: 16701139.
HSL color Cylindrical-coordinate representation of color #D3D6FE: hue angle of 235.81º 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 #D3D6FE is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 214 | 254 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.00 |
| HSL | 235.81º | 0.96% | 0.91% | - |
| HSV(B) | 235.81º | 0.17% | 1% | - |
| XYZ | 68.8 | 69.1 | 103.48 | - |
| YUV | 217.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 254 | 0.17 | 0.16 | 0 | 0.00 | 235.81 | 0.96 | 0.91 |
| Hex | D3 | D6 | FE | 11 | 10 | 0 | 0 | EC | 60 | 5B |
| Octal | 323 | 326 | 376 | 21 | 20 | 0 | 0 | 354 | 140 | 133 |
| Binary | 11010011 | 11010110 | 11111110 | 10001 | 10000 | 0 | 0 | 11101100 | 1100000 | 1011011 |
Color Harmonies of #D3D6FE
Complementary color
Monochromatic Colors of #D3D6FE
Black with #D3D6FE
Text Example
Text Example
White with #D3D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D6FE; }
p { color: rgb(211,214,254); }
H1.HeaderClassName
{
color: #D3D6FE;
}
.AnyTagClassName
{
color: #D3D6FE;
}
</style>
background-color css
<style>
a { background-color: #D3D6FE; }
a { background-color: rgb(211,214,254); }
div.DivClassName
{
background-color: #D3D6FE;
}
.BgClassName
{
background-color: #D3D6FE;
}
</style>
border-color css
<style>
span { border-color: #D3D6FE; }
span { border-color: rgb(211,214,254); }
td.TdClassName
{
border-color: #D3D6FE;
}
.TagClassName
{
border-color: #D3D6FE;
}
</style>