Shades of Lilac #CDA8C7
Tints of Lilac #CDA8C7
RGB
CMYK
RGB Variations
Color information
#CDA8C7 (or 0xCDA8C7) is known color: Lilac. HEX triplet: CD, A8 and C7. RGB value is (205,168,199). Sum of RGB (Red+Green+Blue) = 205+168+199=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8C7 is #325738. Grayscale: #B6B6B6. Windows color (decimal): -3299129 or 13084877. OLE color: 13084877.
HSL color Cylindrical-coordinate representation of color #CDA8C7: hue angle of 309.73º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA8C7 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 199 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.20 |
| HSL | 309.73º | 0.27% | 0.73% | - |
| HSV(B) | 309.73º | 0.18% | 0.8% | - |
| XYZ | 49.49 | 45.11 | 60.13 | - |
| YUV | 182.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 199 | 0 | 0.18 | 0.03 | 0.20 | 309.73 | 0.27 | 0.73 |
| Hex | CD | A8 | C7 | 0 | 12 | 3 | 14 | 136 | 1B | 49 |
| Octal | 315 | 250 | 307 | 0 | 22 | 3 | 24 | 466 | 33 | 111 |
| Binary | 11001101 | 10101000 | 11000111 | 0 | 10010 | 11 | 10100 | 100110110 | 11011 | 1001001 |
Color Harmonies of #CDA8C7
Complementary color
Monochromatic Colors of #CDA8C7
Black with #CDA8C7
Text Example
Text Example
White with #CDA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8C7; }
p { color: rgb(205,168,199); }
H1.HeaderClassName
{
color: #CDA8C7;
}
.AnyTagClassName
{
color: #CDA8C7;
}
</style>
background-color css
<style>
a { background-color: #CDA8C7; }
a { background-color: rgb(205,168,199); }
div.DivClassName
{
background-color: #CDA8C7;
}
.BgClassName
{
background-color: #CDA8C7;
}
</style>
border-color css
<style>
span { border-color: #CDA8C7; }
span { border-color: rgb(205,168,199); }
td.TdClassName
{
border-color: #CDA8C7;
}
.TagClassName
{
border-color: #CDA8C7;
}
</style>