Shades of Lavender Blue #D4C7FF
Tints of Lavender Blue #D4C7FF
RGB
CMYK
RGB Variations
Color information
#D4C7FF (or 0xD4C7FF) is known color: Lavender Blue. HEX triplet: D4, C7 and FF. RGB value is (212,199,255). Sum of RGB (Red+Green+Blue) = 212+199+255=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C7FF is #2B3800. Grayscale: #D1D1D1. Windows color (decimal): -2832385 or 16762836. OLE color: 16762836.
HSL color Cylindrical-coordinate representation of color #D4C7FF: hue angle of 253.93º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4C7FF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 199 | 255 | - |
| CMYK | 0.17 | 0.22 | 0 | 0 |
| HSL | 253.93º | 1% | 0.89% | - |
| HSV(B) | 253.93º | 0.22% | 1% | - |
| XYZ | 65.62 | 62.06 | 103.13 | - |
| YUV | 209.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 255 | 0.17 | 0.22 | 0 | 0 | 253.93 | 1 | 0.89 |
| Hex | D4 | C7 | FF | 11 | 16 | 0 | 0 | FE | 64 | 59 |
| Octal | 324 | 307 | 377 | 21 | 26 | 0 | 0 | 376 | 144 | 131 |
| Binary | 11010100 | 11000111 | 11111111 | 10001 | 10110 | 0 | 0 | 11111110 | 1100100 | 1011001 |
Color Harmonies of #D4C7FF
Complementary color
Monochromatic Colors of #D4C7FF
Black with #D4C7FF
Text Example
Text Example
White with #D4C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7FF; }
p { color: rgb(212,199,255); }
H1.HeaderClassName
{
color: #D4C7FF;
}
.AnyTagClassName
{
color: #D4C7FF;
}
</style>
background-color css
<style>
a { background-color: #D4C7FF; }
a { background-color: rgb(212,199,255); }
div.DivClassName
{
background-color: #D4C7FF;
}
.BgClassName
{
background-color: #D4C7FF;
}
</style>
border-color css
<style>
span { border-color: #D4C7FF; }
span { border-color: rgb(212,199,255); }
td.TdClassName
{
border-color: #D4C7FF;
}
.TagClassName
{
border-color: #D4C7FF;
}
</style>