Shades of Lilac #CBAECB
Tints of Lilac #CBAECB
RGB
CMYK
RGB Variations
Color information
#CBAECB (or 0xCBAECB) is known color: Lilac. HEX triplet: CB, AE and CB. RGB value is (203,174,203). Sum of RGB (Red+Green+Blue) = 203+174+203=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAECB is #345134. Grayscale: #B9B9B9. Windows color (decimal): -3428661 or 13348555. OLE color: 13348555.
HSL color Cylindrical-coordinate representation of color #CBAECB: hue angle of 300º 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 #CBAECB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 174 | 203 | - |
CMYK | 0 | 0.14 | 0 | 0.20 |
HSL | 300º | 0.22% | 0.74% | - |
HSV(B) | 300º | 0.14% | 0.8% | - |
XYZ | 50.54 | 47.28 | 62.96 | - |
YUV | 185.98 | 137.61 | 140.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 174 | 203 | 0 | 0.14 | 0 | 0.20 | 300 | 0.22 | 0.74 |
Hex | CB | AE | CB | 0 | E | 0 | 14 | 12C | 16 | 4A |
Octal | 313 | 256 | 313 | 0 | 16 | 0 | 24 | 454 | 26 | 112 |
Binary | 11001011 | 10101110 | 11001011 | 0 | 1110 | 0 | 10100 | 100101100 | 10110 | 1001010 |
Color Harmonies of #CBAECB
Complementary color
Monochromatic Colors of #CBAECB
Black with #CBAECB
Text Example
Text Example
White with #CBAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAECB; }
p { color: rgb(203,174,203); }
H1.HeaderClassName
{
color: #CBAECB;
}
.AnyTagClassName
{
color: #CBAECB;
}
</style>
background-color css
<style>
a { background-color: #CBAECB; }
a { background-color: rgb(203,174,203); }
div.DivClassName
{
background-color: #CBAECB;
}
.BgClassName
{
background-color: #CBAECB;
}
</style>
border-color css
<style>
span { border-color: #CBAECB; }
span { border-color: rgb(203,174,203); }
td.TdClassName
{
border-color: #CBAECB;
}
.TagClassName
{
border-color: #CBAECB;
}
</style>