Shades of Lavender Blue #D3C7FE
Tints of Lavender Blue #D3C7FE
RGB
CMYK
RGB Variations
Color information
#D3C7FE (or 0xD3C7FE) is known color: Lavender Blue. HEX triplet: D3, C7 and FE. RGB value is (211,199,254). Sum of RGB (Red+Green+Blue) = 211+199+254=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C7FE is #2C3801. Grayscale: #D0D0D0. Windows color (decimal): -2897922 or 16697299. OLE color: 16697299.
HSL color Cylindrical-coordinate representation of color #D3C7FE: hue angle of 253.09º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3C7FE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 199 | 254 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.00 |
| HSL | 253.09º | 0.96% | 0.89% | - |
| HSV(B) | 253.09º | 0.22% | 1% | - |
| XYZ | 65.18 | 61.85 | 102.27 | - |
| YUV | 208.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 254 | 0.17 | 0.22 | 0 | 0.00 | 253.09 | 0.96 | 0.89 |
| Hex | D3 | C7 | FE | 11 | 16 | 0 | 0 | FD | 60 | 59 |
| Octal | 323 | 307 | 376 | 21 | 26 | 0 | 0 | 375 | 140 | 131 |
| Binary | 11010011 | 11000111 | 11111110 | 10001 | 10110 | 0 | 0 | 11111101 | 1100000 | 1011001 |
Color Harmonies of #D3C7FE
Complementary color
Monochromatic Colors of #D3C7FE
Black with #D3C7FE
Text Example
Text Example
White with #D3C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7FE; }
p { color: rgb(211,199,254); }
H1.HeaderClassName
{
color: #D3C7FE;
}
.AnyTagClassName
{
color: #D3C7FE;
}
</style>
background-color css
<style>
a { background-color: #D3C7FE; }
a { background-color: rgb(211,199,254); }
div.DivClassName
{
background-color: #D3C7FE;
}
.BgClassName
{
background-color: #D3C7FE;
}
</style>
border-color css
<style>
span { border-color: #D3C7FE; }
span { border-color: rgb(211,199,254); }
td.TdClassName
{
border-color: #D3C7FE;
}
.TagClassName
{
border-color: #D3C7FE;
}
</style>