Shades of Lavender Blue #D3C5FF
Tints of Lavender Blue #D3C5FF
RGB
CMYK
RGB Variations
Color information
#D3C5FF (or 0xD3C5FF) is known color: Lavender Blue. HEX triplet: D3, C5 and FF. RGB value is (211,197,255). Sum of RGB (Red+Green+Blue) = 211+197+255=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C5FF is #2C3A00. Grayscale: #CFCFCF. Windows color (decimal): -2898433 or 16762323. OLE color: 16762323.
HSL color Cylindrical-coordinate representation of color #D3C5FF: hue angle of 254.48º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3C5FF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 197 | 255 | - |
| CMYK | 0.17 | 0.23 | 0 | 0 |
| HSL | 254.48º | 1% | 0.89% | - |
| HSV(B) | 254.48º | 0.23% | 1% | - |
| XYZ | 64.88 | 61 | 102.96 | - |
| YUV | 207.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 255 | 0.17 | 0.23 | 0 | 0 | 254.48 | 1 | 0.89 |
| Hex | D3 | C5 | FF | 11 | 17 | 0 | 0 | FE | 64 | 59 |
| Octal | 323 | 305 | 377 | 21 | 27 | 0 | 0 | 376 | 144 | 131 |
| Binary | 11010011 | 11000101 | 11111111 | 10001 | 10111 | 0 | 0 | 11111110 | 1100100 | 1011001 |
Color Harmonies of #D3C5FF
Complementary color
Monochromatic Colors of #D3C5FF
Black with #D3C5FF
Text Example
Text Example
White with #D3C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5FF; }
p { color: rgb(211,197,255); }
H1.HeaderClassName
{
color: #D3C5FF;
}
.AnyTagClassName
{
color: #D3C5FF;
}
</style>
background-color css
<style>
a { background-color: #D3C5FF; }
a { background-color: rgb(211,197,255); }
div.DivClassName
{
background-color: #D3C5FF;
}
.BgClassName
{
background-color: #D3C5FF;
}
</style>
border-color css
<style>
span { border-color: #D3C5FF; }
span { border-color: rgb(211,197,255); }
td.TdClassName
{
border-color: #D3C5FF;
}
.TagClassName
{
border-color: #D3C5FF;
}
</style>