Shades of Lilac #CBAEC8
Tints of Lilac #CBAEC8
RGB
CMYK
RGB Variations
Color information
#CBAEC8 (or 0xCBAEC8) is known color: Lilac. HEX triplet: CB, AE and C8. RGB value is (203,174,200). Sum of RGB (Red+Green+Blue) = 203+174+200=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC8 is #345137. Grayscale: #B9B9B9. Windows color (decimal): -3428664 or 13151947. OLE color: 13151947.
HSL color Cylindrical-coordinate representation of color #CBAEC8: hue angle of 306.21º 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 #CBAEC8 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 200 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.20 |
| HSL | 306.21º | 0.22% | 0.74% | - |
| HSV(B) | 306.21º | 0.14% | 0.8% | - |
| XYZ | 50.19 | 47.14 | 61.1 | - |
| YUV | 185.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 200 | 0 | 0.14 | 0.01 | 0.20 | 306.21 | 0.22 | 0.74 |
| Hex | CB | AE | C8 | 0 | E | 1 | 14 | 132 | 16 | 4A |
| Octal | 313 | 256 | 310 | 0 | 16 | 1 | 24 | 462 | 26 | 112 |
| Binary | 11001011 | 10101110 | 11001000 | 0 | 1110 | 1 | 10100 | 100110010 | 10110 | 1001010 |
Color Harmonies of #CBAEC8
Complementary color
Monochromatic Colors of #CBAEC8
Black with #CBAEC8
Text Example
Text Example
White with #CBAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEC8; }
p { color: rgb(203,174,200); }
H1.HeaderClassName
{
color: #CBAEC8;
}
.AnyTagClassName
{
color: #CBAEC8;
}
</style>
background-color css
<style>
a { background-color: #CBAEC8; }
a { background-color: rgb(203,174,200); }
div.DivClassName
{
background-color: #CBAEC8;
}
.BgClassName
{
background-color: #CBAEC8;
}
</style>
border-color css
<style>
span { border-color: #CBAEC8; }
span { border-color: rgb(203,174,200); }
td.TdClassName
{
border-color: #CBAEC8;
}
.TagClassName
{
border-color: #CBAEC8;
}
</style>