Shades of Lilac #CAADC6
Tints of Lilac #CAADC6
RGB
CMYK
RGB Variations
Color information
#CAADC6 (or 0xCAADC6) is known color: Lilac. HEX triplet: CA, AD and C6. RGB value is (202,173,198). Sum of RGB (Red+Green+Blue) = 202+173+198=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC6 is #355239. Grayscale: #B8B8B8. Windows color (decimal): -3494458 or 13020618. OLE color: 13020618.
HSL color Cylindrical-coordinate representation of color #CAADC6: hue angle of 308.28º 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 #CAADC6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 198 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.21 |
| HSL | 308.28º | 0.21% | 0.74% | - |
| HSV(B) | 308.28º | 0.14% | 0.79% | - |
| XYZ | 49.49 | 46.52 | 59.8 | - |
| YUV | 184.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 198 | 0 | 0.14 | 0.02 | 0.21 | 308.28 | 0.21 | 0.74 |
| Hex | CA | AD | C6 | 0 | E | 2 | 15 | 134 | 15 | 4A |
| Octal | 312 | 255 | 306 | 0 | 16 | 2 | 25 | 464 | 25 | 112 |
| Binary | 11001010 | 10101101 | 11000110 | 0 | 1110 | 10 | 10101 | 100110100 | 10101 | 1001010 |
Color Harmonies of #CAADC6
Complementary color
Monochromatic Colors of #CAADC6
Black with #CAADC6
Text Example
Text Example
White with #CAADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADC6; }
p { color: rgb(202,173,198); }
H1.HeaderClassName
{
color: #CAADC6;
}
.AnyTagClassName
{
color: #CAADC6;
}
</style>
background-color css
<style>
a { background-color: #CAADC6; }
a { background-color: rgb(202,173,198); }
div.DivClassName
{
background-color: #CAADC6;
}
.BgClassName
{
background-color: #CAADC6;
}
</style>
border-color css
<style>
span { border-color: #CAADC6; }
span { border-color: rgb(202,173,198); }
td.TdClassName
{
border-color: #CAADC6;
}
.TagClassName
{
border-color: #CAADC6;
}
</style>