Shades of Lilac #CCAACB
Tints of Lilac #CCAACB
RGB
CMYK
RGB Variations
Color information
#CCAACB (or 0xCCAACB) is known color: Lilac. HEX triplet: CC, AA and CB. RGB value is (204,170,203). Sum of RGB (Red+Green+Blue) = 204+170+203=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAACB is #335534. Grayscale: #B7B7B7. Windows color (decimal): -3364149 or 13347532. OLE color: 13347532.
HSL color Cylindrical-coordinate representation of color #CCAACB: hue angle of 301.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAACB is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 203 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.2 |
| HSL | 301.76º | 0.25% | 0.73% | - |
| HSV(B) | 301.76º | 0.17% | 0.8% | - |
| XYZ | 50.06 | 45.9 | 62.72 | - |
| YUV | 183.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 203 | 0 | 0.17 | 0.00 | 0.2 | 301.76 | 0.25 | 0.73 |
| Hex | CC | AA | CB | 0 | 11 | 0 | 14 | 12E | 19 | 49 |
| Octal | 314 | 252 | 313 | 0 | 21 | 0 | 24 | 456 | 31 | 111 |
| Binary | 11001100 | 10101010 | 11001011 | 0 | 10001 | 0 | 10100 | 100101110 | 11001 | 1001001 |
Color Harmonies of #CCAACB
Complementary color
Monochromatic Colors of #CCAACB
Black with #CCAACB
Text Example
Text Example
White with #CCAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAACB; }
p { color: rgb(204,170,203); }
H1.HeaderClassName
{
color: #CCAACB;
}
.AnyTagClassName
{
color: #CCAACB;
}
</style>
background-color css
<style>
a { background-color: #CCAACB; }
a { background-color: rgb(204,170,203); }
div.DivClassName
{
background-color: #CCAACB;
}
.BgClassName
{
background-color: #CCAACB;
}
</style>
border-color css
<style>
span { border-color: #CCAACB; }
span { border-color: rgb(204,170,203); }
td.TdClassName
{
border-color: #CCAACB;
}
.TagClassName
{
border-color: #CCAACB;
}
</style>