Shades of Lilac #CDADCA
Tints of Lilac #CDADCA
RGB
CMYK
RGB Variations
Color information
#CDADCA (or 0xCDADCA) is known color: Lilac. HEX triplet: CD, AD and CA. RGB value is (205,173,202). Sum of RGB (Red+Green+Blue) = 205+173+202=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADCA is #325235. Grayscale: #B9B9B9. Windows color (decimal): -3297846 or 13282765. OLE color: 13282765.
HSL color Cylindrical-coordinate representation of color #CDADCA: hue angle of 305.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDADCA is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 202 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.20 |
| HSL | 305.63º | 0.24% | 0.74% | - |
| HSV(B) | 305.63º | 0.16% | 0.8% | - |
| XYZ | 50.78 | 47.13 | 62.3 | - |
| YUV | 185.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 202 | 0 | 0.16 | 0.01 | 0.20 | 305.63 | 0.24 | 0.74 |
| Hex | CD | AD | CA | 0 | 10 | 1 | 14 | 132 | 18 | 4A |
| Octal | 315 | 255 | 312 | 0 | 20 | 1 | 24 | 462 | 30 | 112 |
| Binary | 11001101 | 10101101 | 11001010 | 0 | 10000 | 1 | 10100 | 100110010 | 11000 | 1001010 |
Color Harmonies of #CDADCA
Complementary color
Monochromatic Colors of #CDADCA
Black with #CDADCA
Text Example
Text Example
White with #CDADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADCA; }
p { color: rgb(205,173,202); }
H1.HeaderClassName
{
color: #CDADCA;
}
.AnyTagClassName
{
color: #CDADCA;
}
</style>
background-color css
<style>
a { background-color: #CDADCA; }
a { background-color: rgb(205,173,202); }
div.DivClassName
{
background-color: #CDADCA;
}
.BgClassName
{
background-color: #CDADCA;
}
</style>
border-color css
<style>
span { border-color: #CDADCA; }
span { border-color: rgb(205,173,202); }
td.TdClassName
{
border-color: #CDADCA;
}
.TagClassName
{
border-color: #CDADCA;
}
</style>