Shades of Lavender Blue #D0D3FC
Tints of Lavender Blue #D0D3FC
RGB
CMYK
RGB Variations
Color information
#D0D3FC (or 0xD0D3FC) is known color: Lavender Blue. HEX triplet: D0, D3 and FC. RGB value is (208,211,252). Sum of RGB (Red+Green+Blue) = 208+211+252=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0D3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D3FC is #2F2C03. Grayscale: #D6D6D6. Windows color (decimal): -3091460 or 16569296. OLE color: 16569296.
HSL color Cylindrical-coordinate representation of color #D0D3FC: hue angle of 235.91º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0D3FC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 211 | 252 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.01 |
| HSL | 235.91º | 0.88% | 0.9% | - |
| HSV(B) | 235.91º | 0.17% | 0.99% | - |
| XYZ | 66.88 | 67.03 | 101.51 | - |
| YUV | 214.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 252 | 0.17 | 0.16 | 0 | 0.01 | 235.91 | 0.88 | 0.9 |
| Hex | D0 | D3 | FC | 11 | 10 | 0 | 1 | EC | 58 | 5A |
| Octal | 320 | 323 | 374 | 21 | 20 | 0 | 1 | 354 | 130 | 132 |
| Binary | 11010000 | 11010011 | 11111100 | 10001 | 10000 | 0 | 1 | 11101100 | 1011000 | 1011010 |
Color Harmonies of #D0D3FC
Complementary color
Monochromatic Colors of #D0D3FC
Black with #D0D3FC
Text Example
Text Example
White with #D0D3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D3FC; }
p { color: rgb(208,211,252); }
H1.HeaderClassName
{
color: #D0D3FC;
}
.AnyTagClassName
{
color: #D0D3FC;
}
</style>
background-color css
<style>
a { background-color: #D0D3FC; }
a { background-color: rgb(208,211,252); }
div.DivClassName
{
background-color: #D0D3FC;
}
.BgClassName
{
background-color: #D0D3FC;
}
</style>
border-color css
<style>
span { border-color: #D0D3FC; }
span { border-color: rgb(208,211,252); }
td.TdClassName
{
border-color: #D0D3FC;
}
.TagClassName
{
border-color: #D0D3FC;
}
</style>