Shades of Lilac #CDA4C9
Tints of Lilac #CDA4C9
RGB
CMYK
RGB Variations
Color information
#CDA4C9 (or 0xCDA4C9) is known color: Lilac. HEX triplet: CD, A4 and C9. RGB value is (205,164,201). Sum of RGB (Red+Green+Blue) = 205+164+201=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C9 is #325B36. Grayscale: #B4B4B4. Windows color (decimal): -3300151 or 13214925. OLE color: 13214925.
HSL color Cylindrical-coordinate representation of color #CDA4C9: hue angle of 305.85º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA4C9 is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 164 | 201 | - |
CMYK | 0 | 0.2 | 0.02 | 0.20 |
HSL | 305.85º | 0.29% | 0.72% | - |
HSV(B) | 305.85º | 0.2% | 0.8% | - |
XYZ | 48.99 | 43.75 | 61.12 | - |
YUV | 180.48 | 139.58 | 145.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 164 | 201 | 0 | 0.2 | 0.02 | 0.20 | 305.85 | 0.29 | 0.72 |
Hex | CD | A4 | C9 | 0 | 14 | 2 | 14 | 132 | 1D | 48 |
Octal | 315 | 244 | 311 | 0 | 24 | 2 | 24 | 462 | 35 | 110 |
Binary | 11001101 | 10100100 | 11001001 | 0 | 10100 | 10 | 10100 | 100110010 | 11101 | 1001000 |
Color Harmonies of #CDA4C9
Complementary color
Monochromatic Colors of #CDA4C9
Black with #CDA4C9
Text Example
Text Example
White with #CDA4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4C9; }
p { color: rgb(205,164,201); }
H1.HeaderClassName
{
color: #CDA4C9;
}
.AnyTagClassName
{
color: #CDA4C9;
}
</style>
background-color css
<style>
a { background-color: #CDA4C9; }
a { background-color: rgb(205,164,201); }
div.DivClassName
{
background-color: #CDA4C9;
}
.BgClassName
{
background-color: #CDA4C9;
}
</style>
border-color css
<style>
span { border-color: #CDA4C9; }
span { border-color: rgb(205,164,201); }
td.TdClassName
{
border-color: #CDA4C9;
}
.TagClassName
{
border-color: #CDA4C9;
}
</style>