Shades of Lilac #D49CCF
Tints of Lilac #D49CCF
RGB
CMYK
RGB Variations
Color information
#D49CCF (or 0xD49CCF) is known color: Lilac. HEX triplet: D4, 9C and CF. RGB value is (212,156,207). Sum of RGB (Red+Green+Blue) = 212+156+207=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CCF is #2B6330. Grayscale: #B2B2B2. Windows color (decimal): -2843441 or 13606100. OLE color: 13606100.
HSL color Cylindrical-coordinate representation of color #D49CCF: hue angle of 305.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49CCF is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 207 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.17 |
| HSL | 305.36º | 0.39% | 0.72% | - |
| HSV(B) | 305.36º | 0.26% | 0.83% | - |
| XYZ | 50.3 | 42.28 | 64.54 | - |
| YUV | 178.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 207 | 0 | 0.26 | 0.02 | 0.17 | 305.36 | 0.39 | 0.72 |
| Hex | D4 | 9C | CF | 0 | 1A | 2 | 11 | 131 | 27 | 48 |
| Octal | 324 | 234 | 317 | 0 | 32 | 2 | 21 | 461 | 47 | 110 |
| Binary | 11010100 | 10011100 | 11001111 | 0 | 11010 | 10 | 10001 | 100110001 | 100111 | 1001000 |
Color Harmonies of #D49CCF
Complementary color
Monochromatic Colors of #D49CCF
Black with #D49CCF
Text Example
Text Example
White with #D49CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CCF; }
p { color: rgb(212,156,207); }
H1.HeaderClassName
{
color: #D49CCF;
}
.AnyTagClassName
{
color: #D49CCF;
}
</style>
background-color css
<style>
a { background-color: #D49CCF; }
a { background-color: rgb(212,156,207); }
div.DivClassName
{
background-color: #D49CCF;
}
.BgClassName
{
background-color: #D49CCF;
}
</style>
border-color css
<style>
span { border-color: #D49CCF; }
span { border-color: rgb(212,156,207); }
td.TdClassName
{
border-color: #D49CCF;
}
.TagClassName
{
border-color: #D49CCF;
}
</style>