Shades of Lilac #CDA3CE
Tints of Lilac #CDA3CE
RGB
CMYK
RGB Variations
Color information
#CDA3CE (or 0xCDA3CE) is known color: Lilac. HEX triplet: CD, A3 and CE. RGB value is (205,163,206). Sum of RGB (Red+Green+Blue) = 205+163+206=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3CE is #325C31. Grayscale: #B4B4B4. Windows color (decimal): -3300402 or 13542349. OLE color: 13542349.
HSL color Cylindrical-coordinate representation of color #CDA3CE: hue angle of 298.6º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA3CE is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 163 | 206 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.19 |
| HSL | 298.6º | 0.3% | 0.72% | - |
| HSV(B) | 298.6º | 0.21% | 0.81% | - |
| XYZ | 49.41 | 43.63 | 64.21 | - |
| YUV | 180.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 206 | 0.00 | 0.21 | 0 | 0.19 | 298.6 | 0.3 | 0.72 |
| Hex | CD | A3 | CE | 0 | 15 | 0 | 13 | 12B | 1E | 48 |
| Octal | 315 | 243 | 316 | 0 | 25 | 0 | 23 | 453 | 36 | 110 |
| Binary | 11001101 | 10100011 | 11001110 | 0 | 10101 | 0 | 10011 | 100101011 | 11110 | 1001000 |
Color Harmonies of #CDA3CE
Complementary color
Monochromatic Colors of #CDA3CE
Black with #CDA3CE
Text Example
Text Example
White with #CDA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3CE; }
p { color: rgb(205,163,206); }
H1.HeaderClassName
{
color: #CDA3CE;
}
.AnyTagClassName
{
color: #CDA3CE;
}
</style>
background-color css
<style>
a { background-color: #CDA3CE; }
a { background-color: rgb(205,163,206); }
div.DivClassName
{
background-color: #CDA3CE;
}
.BgClassName
{
background-color: #CDA3CE;
}
</style>
border-color css
<style>
span { border-color: #CDA3CE; }
span { border-color: rgb(205,163,206); }
td.TdClassName
{
border-color: #CDA3CE;
}
.TagClassName
{
border-color: #CDA3CE;
}
</style>