Shades of Lilac #CAAEC7
Tints of Lilac #CAAEC7
RGB
CMYK
RGB Variations
Color information
#CAAEC7 (or 0xCAAEC7) is known color: Lilac. HEX triplet: CA, AE and C7. RGB value is (202,174,199). Sum of RGB (Red+Green+Blue) = 202+174+199=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC7 is #355138. Grayscale: #B9B9B9. Windows color (decimal): -3494201 or 13086410. OLE color: 13086410.
HSL color Cylindrical-coordinate representation of color #CAAEC7: hue angle of 306.43º 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 #CAAEC7 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 199 | - |
CMYK | 0 | 0.14 | 0.01 | 0.21 |
HSL | 306.43º | 0.21% | 0.74% | - |
HSV(B) | 306.43º | 0.14% | 0.79% | - |
XYZ | 49.8 | 46.95 | 60.47 | - |
YUV | 185.22 | 135.78 | 139.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 199 | 0 | 0.14 | 0.01 | 0.21 | 306.43 | 0.21 | 0.74 |
Hex | CA | AE | C7 | 0 | E | 1 | 15 | 132 | 15 | 4A |
Octal | 312 | 256 | 307 | 0 | 16 | 1 | 25 | 462 | 25 | 112 |
Binary | 11001010 | 10101110 | 11000111 | 0 | 1110 | 1 | 10101 | 100110010 | 10101 | 1001010 |
Color Harmonies of #CAAEC7
Complementary color
Monochromatic Colors of #CAAEC7
Black with #CAAEC7
Text Example
Text Example
White with #CAAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEC7; }
p { color: rgb(202,174,199); }
H1.HeaderClassName
{
color: #CAAEC7;
}
.AnyTagClassName
{
color: #CAAEC7;
}
</style>
background-color css
<style>
a { background-color: #CAAEC7; }
a { background-color: rgb(202,174,199); }
div.DivClassName
{
background-color: #CAAEC7;
}
.BgClassName
{
background-color: #CAAEC7;
}
</style>
border-color css
<style>
span { border-color: #CAAEC7; }
span { border-color: rgb(202,174,199); }
td.TdClassName
{
border-color: #CAAEC7;
}
.TagClassName
{
border-color: #CAAEC7;
}
</style>