Shades of Lilac #CDAECE
Tints of Lilac #CDAECE
RGB
CMYK
RGB Variations
Color information
#CDAECE (or 0xCDAECE) is known color: Lilac. HEX triplet: CD, AE and CE. RGB value is (205,174,206). Sum of RGB (Red+Green+Blue) = 205+174+206=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAECE is #325131. Grayscale: #BABABA. Windows color (decimal): -3297586 or 13545165. OLE color: 13545165.
HSL color Cylindrical-coordinate representation of color #CDAECE: hue angle of 298.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDAECE is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 174 | 206 | - |
CMYK | 0.00 | 0.16 | 0 | 0.19 |
HSL | 298.13º | 0.25% | 0.75% | - |
HSV(B) | 298.13º | 0.16% | 0.81% | - |
XYZ | 51.45 | 47.71 | 64.89 | - |
YUV | 186.92 | 138.77 | 140.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 206 | 0.00 | 0.16 | 0 | 0.19 | 298.13 | 0.25 | 0.75 |
Hex | CD | AE | CE | 0 | 10 | 0 | 13 | 12A | 19 | 4B |
Octal | 315 | 256 | 316 | 0 | 20 | 0 | 23 | 452 | 31 | 113 |
Binary | 11001101 | 10101110 | 11001110 | 0 | 10000 | 0 | 10011 | 100101010 | 11001 | 1001011 |
Color Harmonies of #CDAECE
Complementary color
Monochromatic Colors of #CDAECE
Black with #CDAECE
Text Example
Text Example
White with #CDAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAECE; }
p { color: rgb(205,174,206); }
H1.HeaderClassName
{
color: #CDAECE;
}
.AnyTagClassName
{
color: #CDAECE;
}
</style>
background-color css
<style>
a { background-color: #CDAECE; }
a { background-color: rgb(205,174,206); }
div.DivClassName
{
background-color: #CDAECE;
}
.BgClassName
{
background-color: #CDAECE;
}
</style>
border-color css
<style>
span { border-color: #CDAECE; }
span { border-color: rgb(205,174,206); }
td.TdClassName
{
border-color: #CDAECE;
}
.TagClassName
{
border-color: #CDAECE;
}
</style>