Shades of Lilac #CC9BCE
Tints of Lilac #CC9BCE
RGB
CMYK
RGB Variations
Color information
#CC9BCE (or 0xCC9BCE) is known color: Lilac. HEX triplet: CC, 9B and CE. RGB value is (204,155,206). Sum of RGB (Red+Green+Blue) = 204+155+206=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC9BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BCE is #336431. Grayscale: #AFAFAF. Windows color (decimal): -3367986 or 13540300. OLE color: 13540300.
HSL color Cylindrical-coordinate representation of color #CC9BCE: hue angle of 297.65º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC9BCE is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 155 | 206 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.19 |
| HSL | 297.65º | 0.34% | 0.71% | - |
| HSV(B) | 297.65º | 0.25% | 0.81% | - |
| XYZ | 47.76 | 40.74 | 63.74 | - |
| YUV | 175.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 206 | 0.01 | 0.25 | 0 | 0.19 | 297.65 | 0.34 | 0.71 |
| Hex | CC | 9B | CE | 1 | 19 | 0 | 13 | 12A | 22 | 47 |
| Octal | 314 | 233 | 316 | 1 | 31 | 0 | 23 | 452 | 42 | 107 |
| Binary | 11001100 | 10011011 | 11001110 | 1 | 11001 | 0 | 10011 | 100101010 | 100010 | 1000111 |
Color Harmonies of #CC9BCE
Complementary color
Monochromatic Colors of #CC9BCE
Black with #CC9BCE
Text Example
Text Example
White with #CC9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BCE; }
p { color: rgb(204,155,206); }
H1.HeaderClassName
{
color: #CC9BCE;
}
.AnyTagClassName
{
color: #CC9BCE;
}
</style>
background-color css
<style>
a { background-color: #CC9BCE; }
a { background-color: rgb(204,155,206); }
div.DivClassName
{
background-color: #CC9BCE;
}
.BgClassName
{
background-color: #CC9BCE;
}
</style>
border-color css
<style>
span { border-color: #CC9BCE; }
span { border-color: rgb(204,155,206); }
td.TdClassName
{
border-color: #CC9BCE;
}
.TagClassName
{
border-color: #CC9BCE;
}
</style>