Shades of Lilac #C5AEC2
Tints of Lilac #C5AEC2
RGB
CMYK
RGB Variations
Color information
#C5AEC2 (or 0xC5AEC2) is known color: Lilac. HEX triplet: C5, AE and C2. RGB value is (197,174,194). Sum of RGB (Red+Green+Blue) = 197+174+194=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEC2 is #3A513D. Grayscale: #B7B7B7. Windows color (decimal): -3821886 or 12758725. OLE color: 12758725.
HSL color Cylindrical-coordinate representation of color #C5AEC2: hue angle of 307.83º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5AEC2 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 174 | 194 | - |
CMYK | 0 | 0.12 | 0.02 | 0.23 |
HSL | 307.83º | 0.17% | 0.73% | - |
HSV(B) | 307.83º | 0.12% | 0.77% | - |
XYZ | 47.9 | 46.04 | 57.4 | - |
YUV | 183.16 | 134.12 | 137.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 174 | 194 | 0 | 0.12 | 0.02 | 0.23 | 307.83 | 0.17 | 0.73 |
Hex | C5 | AE | C2 | 0 | C | 2 | 17 | 134 | 11 | 49 |
Octal | 305 | 256 | 302 | 0 | 14 | 2 | 27 | 464 | 21 | 111 |
Binary | 11000101 | 10101110 | 11000010 | 0 | 1100 | 10 | 10111 | 100110100 | 10001 | 1001001 |
Color Harmonies of #C5AEC2
Complementary color
Monochromatic Colors of #C5AEC2
Black with #C5AEC2
Text Example
Text Example
White with #C5AEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEC2; }
p { color: rgb(197,174,194); }
H1.HeaderClassName
{
color: #C5AEC2;
}
.AnyTagClassName
{
color: #C5AEC2;
}
</style>
background-color css
<style>
a { background-color: #C5AEC2; }
a { background-color: rgb(197,174,194); }
div.DivClassName
{
background-color: #C5AEC2;
}
.BgClassName
{
background-color: #C5AEC2;
}
</style>
border-color css
<style>
span { border-color: #C5AEC2; }
span { border-color: rgb(197,174,194); }
td.TdClassName
{
border-color: #C5AEC2;
}
.TagClassName
{
border-color: #C5AEC2;
}
</style>