Shades of Lavender Blue #D3C7FD
Tints of Lavender Blue #D3C7FD
RGB
CMYK
RGB Variations
Color information
#D3C7FD (or 0xD3C7FD) is known color: Lavender Blue. HEX triplet: D3, C7 and FD. RGB value is (211,199,253). Sum of RGB (Red+Green+Blue) = 211+199+253=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C7FD is #2C3802. Grayscale: #D0D0D0. Windows color (decimal): -2897923 or 16631763. OLE color: 16631763.
HSL color Cylindrical-coordinate representation of color #D3C7FD: hue angle of 253.33º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3C7FD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 211 | 199 | 253 | - |
CMYK | 0.17 | 0.21 | 0 | 0.01 |
HSL | 253.33º | 0.93% | 0.89% | - |
HSV(B) | 253.33º | 0.21% | 0.99% | - |
XYZ | 65.02 | 61.79 | 101.43 | - |
YUV | 208.74 | 152.98 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 199 | 253 | 0.17 | 0.21 | 0 | 0.01 | 253.33 | 0.93 | 0.89 |
Hex | D3 | C7 | FD | 11 | 15 | 0 | 1 | FD | 5D | 59 |
Octal | 323 | 307 | 375 | 21 | 25 | 0 | 1 | 375 | 135 | 131 |
Binary | 11010011 | 11000111 | 11111101 | 10001 | 10101 | 0 | 1 | 11111101 | 1011101 | 1011001 |
Color Harmonies of #D3C7FD
Complementary color
Monochromatic Colors of #D3C7FD
Black with #D3C7FD
Text Example
Text Example
White with #D3C7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7FD; }
p { color: rgb(211,199,253); }
H1.HeaderClassName
{
color: #D3C7FD;
}
.AnyTagClassName
{
color: #D3C7FD;
}
</style>
background-color css
<style>
a { background-color: #D3C7FD; }
a { background-color: rgb(211,199,253); }
div.DivClassName
{
background-color: #D3C7FD;
}
.BgClassName
{
background-color: #D3C7FD;
}
</style>
border-color css
<style>
span { border-color: #D3C7FD; }
span { border-color: rgb(211,199,253); }
td.TdClassName
{
border-color: #D3C7FD;
}
.TagClassName
{
border-color: #D3C7FD;
}
</style>