Shades of Lilac #CCABCE
Tints of Lilac #CCABCE
RGB
CMYK
RGB Variations
Color information
#CCABCE (or 0xCCABCE) is known color: Lilac. HEX triplet: CC, AB and CE. RGB value is (204,171,206). Sum of RGB (Red+Green+Blue) = 204+171+206=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABCE is #335431. Grayscale: #B8B8B8. Windows color (decimal): -3363890 or 13544396. OLE color: 13544396.
HSL color Cylindrical-coordinate representation of color #CCABCE: hue angle of 296.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCABCE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 171 | 206 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.19 |
| HSL | 296.57º | 0.26% | 0.74% | - |
| HSV(B) | 296.57º | 0.17% | 0.81% | - |
| XYZ | 50.61 | 46.42 | 64.69 | - |
| YUV | 184.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 206 | 0.01 | 0.17 | 0 | 0.19 | 296.57 | 0.26 | 0.74 |
| Hex | CC | AB | CE | 1 | 11 | 0 | 13 | 129 | 1A | 4A |
| Octal | 314 | 253 | 316 | 1 | 21 | 0 | 23 | 451 | 32 | 112 |
| Binary | 11001100 | 10101011 | 11001110 | 1 | 10001 | 0 | 10011 | 100101001 | 11010 | 1001010 |
Color Harmonies of #CCABCE
Complementary color
Monochromatic Colors of #CCABCE
Black with #CCABCE
Text Example
Text Example
White with #CCABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABCE; }
p { color: rgb(204,171,206); }
H1.HeaderClassName
{
color: #CCABCE;
}
.AnyTagClassName
{
color: #CCABCE;
}
</style>
background-color css
<style>
a { background-color: #CCABCE; }
a { background-color: rgb(204,171,206); }
div.DivClassName
{
background-color: #CCABCE;
}
.BgClassName
{
background-color: #CCABCE;
}
</style>
border-color css
<style>
span { border-color: #CCABCE; }
span { border-color: rgb(204,171,206); }
td.TdClassName
{
border-color: #CCABCE;
}
.TagClassName
{
border-color: #CCABCE;
}
</style>