Shades of Lilac #CDADC8
Tints of Lilac #CDADC8
RGB
CMYK
RGB Variations
Color information
#CDADC8 (or 0xCDADC8) is known color: Lilac. HEX triplet: CD, AD and C8. RGB value is (205,173,200). Sum of RGB (Red+Green+Blue) = 205+173+200=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADC8 is #325237. Grayscale: #B9B9B9. Windows color (decimal): -3297848 or 13151693. OLE color: 13151693.
HSL color Cylindrical-coordinate representation of color #CDADC8: hue angle of 309.38º 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 #CDADC8 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 200 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.20 |
| HSL | 309.38º | 0.24% | 0.74% | - |
| HSV(B) | 309.38º | 0.16% | 0.8% | - |
| XYZ | 50.55 | 47.04 | 61.06 | - |
| YUV | 185.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 200 | 0 | 0.16 | 0.02 | 0.20 | 309.38 | 0.24 | 0.74 |
| Hex | CD | AD | C8 | 0 | 10 | 2 | 14 | 135 | 18 | 4A |
| Octal | 315 | 255 | 310 | 0 | 20 | 2 | 24 | 465 | 30 | 112 |
| Binary | 11001101 | 10101101 | 11001000 | 0 | 10000 | 10 | 10100 | 100110101 | 11000 | 1001010 |
Color Harmonies of #CDADC8
Complementary color
Monochromatic Colors of #CDADC8
Black with #CDADC8
Text Example
Text Example
White with #CDADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADC8; }
p { color: rgb(205,173,200); }
H1.HeaderClassName
{
color: #CDADC8;
}
.AnyTagClassName
{
color: #CDADC8;
}
</style>
background-color css
<style>
a { background-color: #CDADC8; }
a { background-color: rgb(205,173,200); }
div.DivClassName
{
background-color: #CDADC8;
}
.BgClassName
{
background-color: #CDADC8;
}
</style>
border-color css
<style>
span { border-color: #CDADC8; }
span { border-color: rgb(205,173,200); }
td.TdClassName
{
border-color: #CDADC8;
}
.TagClassName
{
border-color: #CDADC8;
}
</style>