Shades of Lilac #C2AEC1
Tints of Lilac #C2AEC1
RGB
CMYK
RGB Variations
Color information
#C2AEC1 (or 0xC2AEC1) is known color: Lilac. HEX triplet: C2, AE and C1. RGB value is (194,174,193). Sum of RGB (Red+Green+Blue) = 194+174+193=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEC1 is #3D513E. Grayscale: #B6B6B6. Windows color (decimal): -4018495 or 12693186. OLE color: 12693186.
HSL color Cylindrical-coordinate representation of color #C2AEC1: hue angle of 303º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AEC1 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 174 | 193 | - |
CMYK | 0 | 0.10 | 0.01 | 0.24 |
HSL | 303º | 0.14% | 0.72% | - |
HSV(B) | 303º | 0.1% | 0.76% | - |
XYZ | 47.01 | 45.59 | 56.77 | - |
YUV | 182.15 | 134.13 | 136.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 174 | 193 | 0 | 0.10 | 0.01 | 0.24 | 303 | 0.14 | 0.72 |
Hex | C2 | AE | C1 | 0 | A | 1 | 18 | 12F | E | 48 |
Octal | 302 | 256 | 301 | 0 | 12 | 1 | 30 | 457 | 16 | 110 |
Binary | 11000010 | 10101110 | 11000001 | 0 | 1010 | 1 | 11000 | 100101111 | 1110 | 1001000 |
Color Harmonies of #C2AEC1
Complementary color
Monochromatic Colors of #C2AEC1
Black with #C2AEC1
Text Example
Text Example
White with #C2AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEC1; }
p { color: rgb(194,174,193); }
H1.HeaderClassName
{
color: #C2AEC1;
}
.AnyTagClassName
{
color: #C2AEC1;
}
</style>
background-color css
<style>
a { background-color: #C2AEC1; }
a { background-color: rgb(194,174,193); }
div.DivClassName
{
background-color: #C2AEC1;
}
.BgClassName
{
background-color: #C2AEC1;
}
</style>
border-color css
<style>
span { border-color: #C2AEC1; }
span { border-color: rgb(194,174,193); }
td.TdClassName
{
border-color: #C2AEC1;
}
.TagClassName
{
border-color: #C2AEC1;
}
</style>