Shades of Lilac #CDADCF
Tints of Lilac #CDADCF
RGB
CMYK
RGB Variations
Color information
#CDADCF (or 0xCDADCF) is known color: Lilac. HEX triplet: CD, AD and CF. RGB value is (205,173,207). Sum of RGB (Red+Green+Blue) = 205+173+207=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADCF is #325230. Grayscale: #BABABA. Windows color (decimal): -3297841 or 13610445. OLE color: 13610445.
HSL color Cylindrical-coordinate representation of color #CDADCF: hue angle of 296.47º 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 #CDADCF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 173 | 207 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.19 |
| HSL | 296.47º | 0.26% | 0.75% | - |
| HSV(B) | 296.47º | 0.16% | 0.81% | - |
| XYZ | 51.38 | 47.37 | 65.47 | - |
| YUV | 186.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 207 | 0.01 | 0.16 | 0 | 0.19 | 296.47 | 0.26 | 0.75 |
| Hex | CD | AD | CF | 1 | 10 | 0 | 13 | 128 | 1A | 4B |
| Octal | 315 | 255 | 317 | 1 | 20 | 0 | 23 | 450 | 32 | 113 |
| Binary | 11001101 | 10101101 | 11001111 | 1 | 10000 | 0 | 10011 | 100101000 | 11010 | 1001011 |
Color Harmonies of #CDADCF
Complementary color
Monochromatic Colors of #CDADCF
Black with #CDADCF
Text Example
Text Example
White with #CDADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADCF; }
p { color: rgb(205,173,207); }
H1.HeaderClassName
{
color: #CDADCF;
}
.AnyTagClassName
{
color: #CDADCF;
}
</style>
background-color css
<style>
a { background-color: #CDADCF; }
a { background-color: rgb(205,173,207); }
div.DivClassName
{
background-color: #CDADCF;
}
.BgClassName
{
background-color: #CDADCF;
}
</style>
border-color css
<style>
span { border-color: #CDADCF; }
span { border-color: rgb(205,173,207); }
td.TdClassName
{
border-color: #CDADCF;
}
.TagClassName
{
border-color: #CDADCF;
}
</style>