Shades of Lavender Blue #D3C7FA
Tints of Lavender Blue #D3C7FA
RGB
CMYK
RGB Variations
Color information
#D3C7FA (or 0xD3C7FA) is known color: Lavender Blue. HEX triplet: D3, C7 and FA. RGB value is (211,199,250). Sum of RGB (Red+Green+Blue) = 211+199+250=660 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.97% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3C7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C7FA is #2C3805. Grayscale: #D0D0D0. Windows color (decimal): -2897926 or 16435155. OLE color: 16435155.
HSL color Cylindrical-coordinate representation of color #D3C7FA: hue angle of 254.12º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3C7FA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 199 | 250 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.02 |
| HSL | 254.12º | 0.84% | 0.88% | - |
| HSV(B) | 254.12º | 0.2% | 0.98% | - |
| XYZ | 64.54 | 61.6 | 98.93 | - |
| YUV | 208.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 250 | 0.16 | 0.20 | 0 | 0.02 | 254.12 | 0.84 | 0.88 |
| Hex | D3 | C7 | FA | 10 | 14 | 0 | 2 | FE | 54 | 58 |
| Octal | 323 | 307 | 372 | 20 | 24 | 0 | 2 | 376 | 124 | 130 |
| Binary | 11010011 | 11000111 | 11111010 | 10000 | 10100 | 0 | 10 | 11111110 | 1010100 | 1011000 |
Color Harmonies of #D3C7FA
Complementary color
Monochromatic Colors of #D3C7FA
Black with #D3C7FA
Text Example
Text Example
White with #D3C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7FA; }
p { color: rgb(211,199,250); }
H1.HeaderClassName
{
color: #D3C7FA;
}
.AnyTagClassName
{
color: #D3C7FA;
}
</style>
background-color css
<style>
a { background-color: #D3C7FA; }
a { background-color: rgb(211,199,250); }
div.DivClassName
{
background-color: #D3C7FA;
}
.BgClassName
{
background-color: #D3C7FA;
}
</style>
border-color css
<style>
span { border-color: #D3C7FA; }
span { border-color: rgb(211,199,250); }
td.TdClassName
{
border-color: #D3C7FA;
}
.TagClassName
{
border-color: #D3C7FA;
}
</style>