Shades of Lilac #C8AECB
Tints of Lilac #C8AECB
RGB
CMYK
RGB Variations
Color information
#C8AECB (or 0xC8AECB) is known color: Lilac. HEX triplet: C8, AE and CB. RGB value is (200,174,203). Sum of RGB (Red+Green+Blue) = 200+174+203=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AECB is #375134. Grayscale: #B8B8B8. Windows color (decimal): -3625269 or 13348552. OLE color: 13348552.
HSL color Cylindrical-coordinate representation of color #C8AECB: hue angle of 293.79º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8AECB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 174 | 203 | - |
CMYK | 0.01 | 0.14 | 0 | 0.20 |
HSL | 293.79º | 0.22% | 0.74% | - |
HSV(B) | 293.79º | 0.14% | 0.8% | - |
XYZ | 49.73 | 46.86 | 62.92 | - |
YUV | 185.08 | 138.11 | 138.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 174 | 203 | 0.01 | 0.14 | 0 | 0.20 | 293.79 | 0.22 | 0.74 |
Hex | C8 | AE | CB | 1 | E | 0 | 14 | 126 | 16 | 4A |
Octal | 310 | 256 | 313 | 1 | 16 | 0 | 24 | 446 | 26 | 112 |
Binary | 11001000 | 10101110 | 11001011 | 1 | 1110 | 0 | 10100 | 100100110 | 10110 | 1001010 |
Color Harmonies of #C8AECB
Complementary color
Monochromatic Colors of #C8AECB
Black with #C8AECB
Text Example
Text Example
White with #C8AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AECB; }
p { color: rgb(200,174,203); }
H1.HeaderClassName
{
color: #C8AECB;
}
.AnyTagClassName
{
color: #C8AECB;
}
</style>
background-color css
<style>
a { background-color: #C8AECB; }
a { background-color: rgb(200,174,203); }
div.DivClassName
{
background-color: #C8AECB;
}
.BgClassName
{
background-color: #C8AECB;
}
</style>
border-color css
<style>
span { border-color: #C8AECB; }
span { border-color: rgb(200,174,203); }
td.TdClassName
{
border-color: #C8AECB;
}
.TagClassName
{
border-color: #C8AECB;
}
</style>