Shades of Lilac #D1A4CC
Tints of Lilac #D1A4CC
RGB
CMYK
RGB Variations
Color information
#D1A4CC (or 0xD1A4CC) is known color: Lilac. HEX triplet: D1, A4 and CC. RGB value is (209,164,204). Sum of RGB (Red+Green+Blue) = 209+164+204=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4CC is #2E5B33. Grayscale: #B5B5B5. Windows color (decimal): -3038004 or 13411537. OLE color: 13411537.
HSL color Cylindrical-coordinate representation of color #D1A4CC: hue angle of 306.67º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A4CC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 204 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.18 |
| HSL | 306.67º | 0.33% | 0.73% | - |
| HSV(B) | 306.67º | 0.22% | 0.82% | - |
| XYZ | 50.47 | 44.47 | 63.05 | - |
| YUV | 182.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 204 | 0 | 0.22 | 0.02 | 0.18 | 306.67 | 0.33 | 0.73 |
| Hex | D1 | A4 | CC | 0 | 16 | 2 | 12 | 133 | 21 | 49 |
| Octal | 321 | 244 | 314 | 0 | 26 | 2 | 22 | 463 | 41 | 111 |
| Binary | 11010001 | 10100100 | 11001100 | 0 | 10110 | 10 | 10010 | 100110011 | 100001 | 1001001 |
Color Harmonies of #D1A4CC
Complementary color
Monochromatic Colors of #D1A4CC
Black with #D1A4CC
Text Example
Text Example
White with #D1A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A4CC; }
p { color: rgb(209,164,204); }
H1.HeaderClassName
{
color: #D1A4CC;
}
.AnyTagClassName
{
color: #D1A4CC;
}
</style>
background-color css
<style>
a { background-color: #D1A4CC; }
a { background-color: rgb(209,164,204); }
div.DivClassName
{
background-color: #D1A4CC;
}
.BgClassName
{
background-color: #D1A4CC;
}
</style>
border-color css
<style>
span { border-color: #D1A4CC; }
span { border-color: rgb(209,164,204); }
td.TdClassName
{
border-color: #D1A4CC;
}
.TagClassName
{
border-color: #D1A4CC;
}
</style>