Shades of Lilac #CBAECE
Tints of Lilac #CBAECE
RGB
CMYK
RGB Variations
Color information
#CBAECE (or 0xCBAECE) is known color: Lilac. HEX triplet: CB, AE and CE. RGB value is (203,174,206). Sum of RGB (Red+Green+Blue) = 203+174+206=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAECE is #345131. Grayscale: #BABABA. Windows color (decimal): -3428658 or 13545163. OLE color: 13545163.
HSL color Cylindrical-coordinate representation of color #CBAECE: hue angle of 294.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAECE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 174 | 206 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.19 |
| HSL | 294.38º | 0.25% | 0.75% | - |
| HSV(B) | 294.38º | 0.16% | 0.81% | - |
| XYZ | 50.91 | 47.42 | 64.86 | - |
| YUV | 186.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 206 | 0.01 | 0.16 | 0 | 0.19 | 294.38 | 0.25 | 0.75 |
| Hex | CB | AE | CE | 1 | 10 | 0 | 13 | 126 | 19 | 4B |
| Octal | 313 | 256 | 316 | 1 | 20 | 0 | 23 | 446 | 31 | 113 |
| Binary | 11001011 | 10101110 | 11001110 | 1 | 10000 | 0 | 10011 | 100100110 | 11001 | 1001011 |
Color Harmonies of #CBAECE
Complementary color
Monochromatic Colors of #CBAECE
Black with #CBAECE
Text Example
Text Example
White with #CBAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAECE; }
p { color: rgb(203,174,206); }
H1.HeaderClassName
{
color: #CBAECE;
}
.AnyTagClassName
{
color: #CBAECE;
}
</style>
background-color css
<style>
a { background-color: #CBAECE; }
a { background-color: rgb(203,174,206); }
div.DivClassName
{
background-color: #CBAECE;
}
.BgClassName
{
background-color: #CBAECE;
}
</style>
border-color css
<style>
span { border-color: #CBAECE; }
span { border-color: rgb(203,174,206); }
td.TdClassName
{
border-color: #CBAECE;
}
.TagClassName
{
border-color: #CBAECE;
}
</style>