Shades of Lilac #CAADC7
Tints of Lilac #CAADC7
RGB
CMYK
RGB Variations
Color information
#CAADC7 (or 0xCAADC7) is known color: Lilac. HEX triplet: CA, AD and C7. RGB value is (202,173,199). Sum of RGB (Red+Green+Blue) = 202+173+199=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC7 is #355238. Grayscale: #B8B8B8. Windows color (decimal): -3494457 or 13086154. OLE color: 13086154.
HSL color Cylindrical-coordinate representation of color #CAADC7: hue angle of 306.21º 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 #CAADC7 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 173 | 199 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.21 |
| HSL | 306.21º | 0.21% | 0.74% | - |
| HSV(B) | 306.21º | 0.14% | 0.79% | - |
| XYZ | 49.61 | 46.57 | 60.41 | - |
| YUV | 184.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 199 | 0 | 0.14 | 0.01 | 0.21 | 306.21 | 0.21 | 0.74 |
| Hex | CA | AD | C7 | 0 | E | 1 | 15 | 132 | 15 | 4A |
| Octal | 312 | 255 | 307 | 0 | 16 | 1 | 25 | 462 | 25 | 112 |
| Binary | 11001010 | 10101101 | 11000111 | 0 | 1110 | 1 | 10101 | 100110010 | 10101 | 1001010 |
Color Harmonies of #CAADC7
Complementary color
Monochromatic Colors of #CAADC7
Black with #CAADC7
Text Example
Text Example
White with #CAADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADC7; }
p { color: rgb(202,173,199); }
H1.HeaderClassName
{
color: #CAADC7;
}
.AnyTagClassName
{
color: #CAADC7;
}
</style>
background-color css
<style>
a { background-color: #CAADC7; }
a { background-color: rgb(202,173,199); }
div.DivClassName
{
background-color: #CAADC7;
}
.BgClassName
{
background-color: #CAADC7;
}
</style>
border-color css
<style>
span { border-color: #CAADC7; }
span { border-color: rgb(202,173,199); }
td.TdClassName
{
border-color: #CAADC7;
}
.TagClassName
{
border-color: #CAADC7;
}
</style>