Shades of Lilac #CDAECD
Tints of Lilac #CDAECD
RGB
CMYK
RGB Variations
Color information
#CDAECD (or 0xCDAECD) is known color: Lilac. HEX triplet: CD, AE and CD. RGB value is (205,174,205). Sum of RGB (Red+Green+Blue) = 205+174+205=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAECD is #325132. Grayscale: #BABABA. Windows color (decimal): -3297587 or 13479629. OLE color: 13479629.
HSL color Cylindrical-coordinate representation of color #CDAECD: hue angle of 300º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAECD is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 174 | 205 | - |
CMYK | 0 | 0.15 | 0 | 0.20 |
HSL | 300º | 0.24% | 0.74% | - |
HSV(B) | 300º | 0.15% | 0.8% | - |
XYZ | 51.33 | 47.66 | 64.25 | - |
YUV | 186.8 | 138.27 | 140.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 205 | 0 | 0.15 | 0 | 0.20 | 300 | 0.24 | 0.74 |
Hex | CD | AE | CD | 0 | F | 0 | 14 | 12C | 18 | 4A |
Octal | 315 | 256 | 315 | 0 | 17 | 0 | 24 | 454 | 30 | 112 |
Binary | 11001101 | 10101110 | 11001101 | 0 | 1111 | 0 | 10100 | 100101100 | 11000 | 1001010 |
Color Harmonies of #CDAECD
Complementary color
Monochromatic Colors of #CDAECD
Black with #CDAECD
Text Example
Text Example
White with #CDAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAECD; }
p { color: rgb(205,174,205); }
H1.HeaderClassName
{
color: #CDAECD;
}
.AnyTagClassName
{
color: #CDAECD;
}
</style>
background-color css
<style>
a { background-color: #CDAECD; }
a { background-color: rgb(205,174,205); }
div.DivClassName
{
background-color: #CDAECD;
}
.BgClassName
{
background-color: #CDAECD;
}
</style>
border-color css
<style>
span { border-color: #CDAECD; }
span { border-color: rgb(205,174,205); }
td.TdClassName
{
border-color: #CDAECD;
}
.TagClassName
{
border-color: #CDAECD;
}
</style>