Shades of Lavender Blue #D3D0FC
Tints of Lavender Blue #D3D0FC
RGB
CMYK
RGB Variations
Color information
#D3D0FC (or 0xD3D0FC) is known color: Lavender Blue. HEX triplet: D3, D0 and FC. RGB value is (211,208,252). Sum of RGB (Red+Green+Blue) = 211+208+252=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 208 (81.64% from 255 or 31.00% 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 #D3D0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D0FC is #2C2F03. Grayscale: #D5D5D5. Windows color (decimal): -2895620 or 16568531. OLE color: 16568531.
HSL color Cylindrical-coordinate representation of color #D3D0FC: hue angle of 244.09º 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 #D3D0FC is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 208 | 252 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.01 |
| HSL | 244.09º | 0.88% | 0.9% | - |
| HSV(B) | 244.09º | 0.17% | 0.99% | - |
| XYZ | 66.99 | 65.99 | 101.3 | - |
| YUV | 213.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 252 | 0.16 | 0.17 | 0 | 0.01 | 244.09 | 0.88 | 0.9 |
| Hex | D3 | D0 | FC | 10 | 11 | 0 | 1 | F4 | 58 | 5A |
| Octal | 323 | 320 | 374 | 20 | 21 | 0 | 1 | 364 | 130 | 132 |
| Binary | 11010011 | 11010000 | 11111100 | 10000 | 10001 | 0 | 1 | 11110100 | 1011000 | 1011010 |
Color Harmonies of #D3D0FC
Complementary color
Monochromatic Colors of #D3D0FC
Black with #D3D0FC
Text Example
Text Example
White with #D3D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D0FC; }
p { color: rgb(211,208,252); }
H1.HeaderClassName
{
color: #D3D0FC;
}
.AnyTagClassName
{
color: #D3D0FC;
}
</style>
background-color css
<style>
a { background-color: #D3D0FC; }
a { background-color: rgb(211,208,252); }
div.DivClassName
{
background-color: #D3D0FC;
}
.BgClassName
{
background-color: #D3D0FC;
}
</style>
border-color css
<style>
span { border-color: #D3D0FC; }
span { border-color: rgb(211,208,252); }
td.TdClassName
{
border-color: #D3D0FC;
}
.TagClassName
{
border-color: #D3D0FC;
}
</style>