Shades of Lilac #CDAECF
Tints of Lilac #CDAECF
RGB
CMYK
RGB Variations
Color information
#CDAECF (or 0xCDAECF) is known color: Lilac. HEX triplet: CD, AE and CF. RGB value is (205,174,207). Sum of RGB (Red+Green+Blue) = 205+174+207=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAECF is #325130. Grayscale: #BABABA. Windows color (decimal): -3297585 or 13610701. OLE color: 13610701.
HSL color Cylindrical-coordinate representation of color #CDAECF: hue angle of 296.36º degrees, saturation: 0.26, 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 #CDAECF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 174 | 207 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.19 |
| HSL | 296.36º | 0.26% | 0.75% | - |
| HSV(B) | 296.36º | 0.16% | 0.81% | - |
| XYZ | 51.58 | 47.76 | 65.53 | - |
| YUV | 187.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 207 | 0.01 | 0.16 | 0 | 0.19 | 296.36 | 0.26 | 0.75 |
| Hex | CD | AE | CF | 1 | 10 | 0 | 13 | 128 | 1A | 4B |
| Octal | 315 | 256 | 317 | 1 | 20 | 0 | 23 | 450 | 32 | 113 |
| Binary | 11001101 | 10101110 | 11001111 | 1 | 10000 | 0 | 10011 | 100101000 | 11010 | 1001011 |
Color Harmonies of #CDAECF
Complementary color
Monochromatic Colors of #CDAECF
Black with #CDAECF
Text Example
Text Example
White with #CDAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAECF; }
p { color: rgb(205,174,207); }
H1.HeaderClassName
{
color: #CDAECF;
}
.AnyTagClassName
{
color: #CDAECF;
}
</style>
background-color css
<style>
a { background-color: #CDAECF; }
a { background-color: rgb(205,174,207); }
div.DivClassName
{
background-color: #CDAECF;
}
.BgClassName
{
background-color: #CDAECF;
}
</style>
border-color css
<style>
span { border-color: #CDAECF; }
span { border-color: rgb(205,174,207); }
td.TdClassName
{
border-color: #CDAECF;
}
.TagClassName
{
border-color: #CDAECF;
}
</style>