Shades of Lilac #CAADCC
Tints of Lilac #CAADCC
RGB
CMYK
RGB Variations
Color information
#CAADCC (or 0xCAADCC) is known color: Lilac. HEX triplet: CA, AD and CC. RGB value is (202,173,204). Sum of RGB (Red+Green+Blue) = 202+173+204=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADCC is #355233. Grayscale: #B9B9B9. Windows color (decimal): -3494452 or 13413834. OLE color: 13413834.
HSL color Cylindrical-coordinate representation of color #CAADCC: hue angle of 296.13º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAADCC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 173 | 204 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.2 |
| HSL | 296.13º | 0.23% | 0.74% | - |
| HSV(B) | 296.13º | 0.15% | 0.8% | - |
| XYZ | 50.2 | 46.8 | 63.51 | - |
| YUV | 185.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 204 | 0.01 | 0.15 | 0 | 0.2 | 296.13 | 0.23 | 0.74 |
| Hex | CA | AD | CC | 1 | F | 0 | 14 | 128 | 17 | 4A |
| Octal | 312 | 255 | 314 | 1 | 17 | 0 | 24 | 450 | 27 | 112 |
| Binary | 11001010 | 10101101 | 11001100 | 1 | 1111 | 0 | 10100 | 100101000 | 10111 | 1001010 |
Color Harmonies of #CAADCC
Complementary color
Monochromatic Colors of #CAADCC
Black with #CAADCC
Text Example
Text Example
White with #CAADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADCC; }
p { color: rgb(202,173,204); }
H1.HeaderClassName
{
color: #CAADCC;
}
.AnyTagClassName
{
color: #CAADCC;
}
</style>
background-color css
<style>
a { background-color: #CAADCC; }
a { background-color: rgb(202,173,204); }
div.DivClassName
{
background-color: #CAADCC;
}
.BgClassName
{
background-color: #CAADCC;
}
</style>
border-color css
<style>
span { border-color: #CAADCC; }
span { border-color: rgb(202,173,204); }
td.TdClassName
{
border-color: #CAADCC;
}
.TagClassName
{
border-color: #CAADCC;
}
</style>