Shades of Lilac #CDACCD
Tints of Lilac #CDACCD
RGB
CMYK
RGB Variations
Color information
#CDACCD (or 0xCDACCD) is known color: Lilac. HEX triplet: CD, AC and CD. RGB value is (205,172,205). Sum of RGB (Red+Green+Blue) = 205+172+205=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACCD is #325332. Grayscale: #B9B9B9. Windows color (decimal): -3298099 or 13479117. OLE color: 13479117.
HSL color Cylindrical-coordinate representation of color #CDACCD: hue angle of 300º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDACCD is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 172 | 205 | - |
CMYK | 0 | 0.16 | 0 | 0.20 |
HSL | 300º | 0.25% | 0.74% | - |
HSV(B) | 300º | 0.16% | 0.8% | - |
XYZ | 50.95 | 46.89 | 64.12 | - |
YUV | 185.63 | 138.93 | 141.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 172 | 205 | 0 | 0.16 | 0 | 0.20 | 300 | 0.25 | 0.74 |
Hex | CD | AC | CD | 0 | 10 | 0 | 14 | 12C | 19 | 4A |
Octal | 315 | 254 | 315 | 0 | 20 | 0 | 24 | 454 | 31 | 112 |
Binary | 11001101 | 10101100 | 11001101 | 0 | 10000 | 0 | 10100 | 100101100 | 11001 | 1001010 |
Color Harmonies of #CDACCD
Complementary color
Monochromatic Colors of #CDACCD
Black with #CDACCD
Text Example
Text Example
White with #CDACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACCD; }
p { color: rgb(205,172,205); }
H1.HeaderClassName
{
color: #CDACCD;
}
.AnyTagClassName
{
color: #CDACCD;
}
</style>
background-color css
<style>
a { background-color: #CDACCD; }
a { background-color: rgb(205,172,205); }
div.DivClassName
{
background-color: #CDACCD;
}
.BgClassName
{
background-color: #CDACCD;
}
</style>
border-color css
<style>
span { border-color: #CDACCD; }
span { border-color: rgb(205,172,205); }
td.TdClassName
{
border-color: #CDACCD;
}
.TagClassName
{
border-color: #CDACCD;
}
</style>