Shades of Lilac #CAADC8
Tints of Lilac #CAADC8
RGB
CMYK
RGB Variations
Color information
#CAADC8 (or 0xCAADC8) is known color: Lilac. HEX triplet: CA, AD and C8. RGB value is (202,173,200). Sum of RGB (Red+Green+Blue) = 202+173+200=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC8 is #355237. Grayscale: #B8B8B8. Windows color (decimal): -3494456 or 13151690. OLE color: 13151690.
HSL color Cylindrical-coordinate representation of color #CAADC8: hue angle of 304.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAADC8 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 200 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.21 |
| HSL | 304.14º | 0.21% | 0.74% | - |
| HSV(B) | 304.14º | 0.14% | 0.79% | - |
| XYZ | 49.73 | 46.61 | 61.02 | - |
| YUV | 184.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 200 | 0 | 0.14 | 0.01 | 0.21 | 304.14 | 0.21 | 0.74 |
| Hex | CA | AD | C8 | 0 | E | 1 | 15 | 130 | 15 | 4A |
| Octal | 312 | 255 | 310 | 0 | 16 | 1 | 25 | 460 | 25 | 112 |
| Binary | 11001010 | 10101101 | 11001000 | 0 | 1110 | 1 | 10101 | 100110000 | 10101 | 1001010 |
Color Harmonies of #CAADC8
Complementary color
Monochromatic Colors of #CAADC8
Black with #CAADC8
Text Example
Text Example
White with #CAADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADC8; }
p { color: rgb(202,173,200); }
H1.HeaderClassName
{
color: #CAADC8;
}
.AnyTagClassName
{
color: #CAADC8;
}
</style>
background-color css
<style>
a { background-color: #CAADC8; }
a { background-color: rgb(202,173,200); }
div.DivClassName
{
background-color: #CAADC8;
}
.BgClassName
{
background-color: #CAADC8;
}
</style>
border-color css
<style>
span { border-color: #CAADC8; }
span { border-color: rgb(202,173,200); }
td.TdClassName
{
border-color: #CAADC8;
}
.TagClassName
{
border-color: #CAADC8;
}
</style>