Shades of Lilac #CDA1CE
Tints of Lilac #CDA1CE
RGB
CMYK
RGB Variations
Color information
#CDA1CE (or 0xCDA1CE) is known color: Lilac. HEX triplet: CD, A1 and CE. RGB value is (205,161,206). Sum of RGB (Red+Green+Blue) = 205+161+206=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1CE is #325E31. Grayscale: #B3B3B3. Windows color (decimal): -3300914 or 13541837. OLE color: 13541837.
HSL color Cylindrical-coordinate representation of color #CDA1CE: hue angle of 298.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA1CE is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 161 | 206 | - |
CMYK | 0.00 | 0.22 | 0 | 0.19 |
HSL | 298.67º | 0.31% | 0.72% | - |
HSV(B) | 298.67º | 0.22% | 0.81% | - |
XYZ | 49.06 | 42.93 | 64.09 | - |
YUV | 179.29 | 143.08 | 146.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 161 | 206 | 0.00 | 0.22 | 0 | 0.19 | 298.67 | 0.31 | 0.72 |
Hex | CD | A1 | CE | 0 | 16 | 0 | 13 | 12B | 1F | 48 |
Octal | 315 | 241 | 316 | 0 | 26 | 0 | 23 | 453 | 37 | 110 |
Binary | 11001101 | 10100001 | 11001110 | 0 | 10110 | 0 | 10011 | 100101011 | 11111 | 1001000 |
Color Harmonies of #CDA1CE
Complementary color
Monochromatic Colors of #CDA1CE
Black with #CDA1CE
Text Example
Text Example
White with #CDA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1CE; }
p { color: rgb(205,161,206); }
H1.HeaderClassName
{
color: #CDA1CE;
}
.AnyTagClassName
{
color: #CDA1CE;
}
</style>
background-color css
<style>
a { background-color: #CDA1CE; }
a { background-color: rgb(205,161,206); }
div.DivClassName
{
background-color: #CDA1CE;
}
.BgClassName
{
background-color: #CDA1CE;
}
</style>
border-color css
<style>
span { border-color: #CDA1CE; }
span { border-color: rgb(205,161,206); }
td.TdClassName
{
border-color: #CDA1CE;
}
.TagClassName
{
border-color: #CDA1CE;
}
</style>