Shades of Lilac #CDAECA
Tints of Lilac #CDAECA
RGB
CMYK
RGB Variations
Color information
#CDAECA (or 0xCDAECA) is known color: Lilac. HEX triplet: CD, AE and CA. RGB value is (205,174,202). Sum of RGB (Red+Green+Blue) = 205+174+202=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAECA is #325135. Grayscale: #BABABA. Windows color (decimal): -3297590 or 13283021. OLE color: 13283021.
HSL color Cylindrical-coordinate representation of color #CDAECA: hue angle of 305.81º 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 #CDAECA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 174 | 202 | - |
CMYK | 0 | 0.15 | 0.01 | 0.20 |
HSL | 305.81º | 0.24% | 0.74% | - |
HSV(B) | 305.81º | 0.15% | 0.8% | - |
XYZ | 50.97 | 47.52 | 62.36 | - |
YUV | 186.46 | 136.77 | 141.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 202 | 0 | 0.15 | 0.01 | 0.20 | 305.81 | 0.24 | 0.74 |
Hex | CD | AE | CA | 0 | F | 1 | 14 | 132 | 18 | 4A |
Octal | 315 | 256 | 312 | 0 | 17 | 1 | 24 | 462 | 30 | 112 |
Binary | 11001101 | 10101110 | 11001010 | 0 | 1111 | 1 | 10100 | 100110010 | 11000 | 1001010 |
Color Harmonies of #CDAECA
Complementary color
Monochromatic Colors of #CDAECA
Black with #CDAECA
Text Example
Text Example
White with #CDAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAECA; }
p { color: rgb(205,174,202); }
H1.HeaderClassName
{
color: #CDAECA;
}
.AnyTagClassName
{
color: #CDAECA;
}
</style>
background-color css
<style>
a { background-color: #CDAECA; }
a { background-color: rgb(205,174,202); }
div.DivClassName
{
background-color: #CDAECA;
}
.BgClassName
{
background-color: #CDAECA;
}
</style>
border-color css
<style>
span { border-color: #CDAECA; }
span { border-color: rgb(205,174,202); }
td.TdClassName
{
border-color: #CDAECA;
}
.TagClassName
{
border-color: #CDAECA;
}
</style>