Shades of Lavender Blue #D4C5FF
Tints of Lavender Blue #D4C5FF
RGB
CMYK
RGB Variations
Color information
#D4C5FF (or 0xD4C5FF) is known color: Lavender Blue. HEX triplet: D4, C5 and FF. RGB value is (212,197,255). Sum of RGB (Red+Green+Blue) = 212+197+255=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 197 (77.34% from 255 or 29.67% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C5FF is #2B3A00. Grayscale: #CFCFCF. Windows color (decimal): -2832897 or 16762324. OLE color: 16762324.
HSL color Cylindrical-coordinate representation of color #D4C5FF: hue angle of 255.52º 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 #D4C5FF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 197 | 255 | - |
| CMYK | 0.17 | 0.23 | 0 | 0 |
| HSL | 255.52º | 1% | 0.89% | - |
| HSV(B) | 255.52º | 0.23% | 1% | - |
| XYZ | 65.17 | 61.15 | 102.98 | - |
| YUV | 208.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 197 | 255 | 0.17 | 0.23 | 0 | 0 | 255.52 | 1 | 0.89 |
| Hex | D4 | C5 | FF | 11 | 17 | 0 | 0 | 100 | 64 | 59 |
| Octal | 324 | 305 | 377 | 21 | 27 | 0 | 0 | 400 | 144 | 131 |
| Binary | 11010100 | 11000101 | 11111111 | 10001 | 10111 | 0 | 0 | 100000000 | 1100100 | 1011001 |
Color Harmonies of #D4C5FF
Complementary color
Monochromatic Colors of #D4C5FF
Black with #D4C5FF
Text Example
Text Example
White with #D4C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C5FF; }
p { color: rgb(212,197,255); }
H1.HeaderClassName
{
color: #D4C5FF;
}
.AnyTagClassName
{
color: #D4C5FF;
}
</style>
background-color css
<style>
a { background-color: #D4C5FF; }
a { background-color: rgb(212,197,255); }
div.DivClassName
{
background-color: #D4C5FF;
}
.BgClassName
{
background-color: #D4C5FF;
}
</style>
border-color css
<style>
span { border-color: #D4C5FF; }
span { border-color: rgb(212,197,255); }
td.TdClassName
{
border-color: #D4C5FF;
}
.TagClassName
{
border-color: #D4C5FF;
}
</style>