Shades of Lavender Blue #D3C8FD
Tints of Lavender Blue #D3C8FD
RGB
CMYK
RGB Variations
Color information
#D3C8FD (or 0xD3C8FD) is known color: Lavender Blue. HEX triplet: D3, C8 and FD. RGB value is (211,200,253). Sum of RGB (Red+Green+Blue) = 211+200+253=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3C8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C8FD is #2C3702. Grayscale: #D1D1D1. Windows color (decimal): -2897667 or 16632019. OLE color: 16632019.
HSL color Cylindrical-coordinate representation of color #D3C8FD: hue angle of 252.45º 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 #D3C8FD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 200 | 253 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.01 |
| HSL | 252.45º | 0.93% | 0.89% | - |
| HSV(B) | 252.45º | 0.21% | 0.99% | - |
| XYZ | 65.25 | 62.25 | 101.5 | - |
| YUV | 209.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 253 | 0.17 | 0.21 | 0 | 0.01 | 252.45 | 0.93 | 0.89 |
| Hex | D3 | C8 | FD | 11 | 15 | 0 | 1 | FC | 5D | 59 |
| Octal | 323 | 310 | 375 | 21 | 25 | 0 | 1 | 374 | 135 | 131 |
| Binary | 11010011 | 11001000 | 11111101 | 10001 | 10101 | 0 | 1 | 11111100 | 1011101 | 1011001 |
Color Harmonies of #D3C8FD
Complementary color
Monochromatic Colors of #D3C8FD
Black with #D3C8FD
Text Example
Text Example
White with #D3C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C8FD; }
p { color: rgb(211,200,253); }
H1.HeaderClassName
{
color: #D3C8FD;
}
.AnyTagClassName
{
color: #D3C8FD;
}
</style>
background-color css
<style>
a { background-color: #D3C8FD; }
a { background-color: rgb(211,200,253); }
div.DivClassName
{
background-color: #D3C8FD;
}
.BgClassName
{
background-color: #D3C8FD;
}
</style>
border-color css
<style>
span { border-color: #D3C8FD; }
span { border-color: rgb(211,200,253); }
td.TdClassName
{
border-color: #D3C8FD;
}
.TagClassName
{
border-color: #D3C8FD;
}
</style>