Shades of Lilac #D496CB
Tints of Lilac #D496CB
RGB
CMYK
RGB Variations
Color information
#D496CB (or 0xD496CB) is known color: Lilac. HEX triplet: D4, 96 and CB. RGB value is (212,150,203). Sum of RGB (Red+Green+Blue) = 212+150+203=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D496CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496CB is #2B6934. Grayscale: #AEAEAE. Windows color (decimal): -2844981 or 13342420. OLE color: 13342420.
HSL color Cylindrical-coordinate representation of color #D496CB: hue angle of 308.71º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D496CB is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 203 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.17 |
| HSL | 308.71º | 0.42% | 0.71% | - |
| HSV(B) | 308.71º | 0.29% | 0.83% | - |
| XYZ | 48.84 | 40.12 | 61.67 | - |
| YUV | 174.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 203 | 0 | 0.29 | 0.04 | 0.17 | 308.71 | 0.42 | 0.71 |
| Hex | D4 | 96 | CB | 0 | 1D | 4 | 11 | 135 | 2A | 47 |
| Octal | 324 | 226 | 313 | 0 | 35 | 4 | 21 | 465 | 52 | 107 |
| Binary | 11010100 | 10010110 | 11001011 | 0 | 11101 | 100 | 10001 | 100110101 | 101010 | 1000111 |
Color Harmonies of #D496CB
Complementary color
Monochromatic Colors of #D496CB
Black with #D496CB
Text Example
Text Example
White with #D496CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496CB; }
p { color: rgb(212,150,203); }
H1.HeaderClassName
{
color: #D496CB;
}
.AnyTagClassName
{
color: #D496CB;
}
</style>
background-color css
<style>
a { background-color: #D496CB; }
a { background-color: rgb(212,150,203); }
div.DivClassName
{
background-color: #D496CB;
}
.BgClassName
{
background-color: #D496CB;
}
</style>
border-color css
<style>
span { border-color: #D496CB; }
span { border-color: rgb(212,150,203); }
td.TdClassName
{
border-color: #D496CB;
}
.TagClassName
{
border-color: #D496CB;
}
</style>