Shades of Lavender Blue #D0D3FD
Tints of Lavender Blue #D0D3FD
RGB
CMYK
RGB Variations
Color information
#D0D3FD (or 0xD0D3FD) is known color: Lavender Blue. HEX triplet: D0, D3 and FD. RGB value is (208,211,253). Sum of RGB (Red+Green+Blue) = 208+211+253=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D3FD is #2F2C02. Grayscale: #D6D6D6. Windows color (decimal): -3091459 or 16634832. OLE color: 16634832.
HSL color Cylindrical-coordinate representation of color #D0D3FD: hue angle of 236º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0D3FD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 211 | 253 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.01 |
| HSL | 236º | 0.92% | 0.9% | - |
| HSV(B) | 236º | 0.18% | 0.99% | - |
| XYZ | 67.04 | 67.09 | 102.35 | - |
| YUV | 214.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 253 | 0.18 | 0.17 | 0 | 0.01 | 236 | 0.92 | 0.9 |
| Hex | D0 | D3 | FD | 12 | 11 | 0 | 1 | EC | 5C | 5A |
| Octal | 320 | 323 | 375 | 22 | 21 | 0 | 1 | 354 | 134 | 132 |
| Binary | 11010000 | 11010011 | 11111101 | 10010 | 10001 | 0 | 1 | 11101100 | 1011100 | 1011010 |
Color Harmonies of #D0D3FD
Complementary color
Monochromatic Colors of #D0D3FD
Black with #D0D3FD
Text Example
Text Example
White with #D0D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D3FD; }
p { color: rgb(208,211,253); }
H1.HeaderClassName
{
color: #D0D3FD;
}
.AnyTagClassName
{
color: #D0D3FD;
}
</style>
background-color css
<style>
a { background-color: #D0D3FD; }
a { background-color: rgb(208,211,253); }
div.DivClassName
{
background-color: #D0D3FD;
}
.BgClassName
{
background-color: #D0D3FD;
}
</style>
border-color css
<style>
span { border-color: #D0D3FD; }
span { border-color: rgb(208,211,253); }
td.TdClassName
{
border-color: #D0D3FD;
}
.TagClassName
{
border-color: #D0D3FD;
}
</style>