Shades of Lilac #CCB5CA
Tints of Lilac #CCB5CA
RGB
CMYK
RGB Variations
Color information
#CCB5CA (or 0xCCB5CA) is known color: Lilac. HEX triplet: CC, B5 and CA. RGB value is (204,181,202). Sum of RGB (Red+Green+Blue) = 204+181+202=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5CA is #334A35. Grayscale: #BEBEBE. Windows color (decimal): -3361334 or 13284812. OLE color: 13284812.
HSL color Cylindrical-coordinate representation of color #CCB5CA: hue angle of 305.22º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB5CA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 181 | 202 | - |
CMYK | 0 | 0.11 | 0.01 | 0.2 |
HSL | 305.22º | 0.18% | 0.75% | - |
HSV(B) | 305.22º | 0.11% | 0.8% | - |
XYZ | 52.09 | 50.15 | 62.81 | - |
YUV | 190.27 | 134.62 | 137.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 181 | 202 | 0 | 0.11 | 0.01 | 0.2 | 305.22 | 0.18 | 0.75 |
Hex | CC | B5 | CA | 0 | B | 1 | 14 | 131 | 12 | 4B |
Octal | 314 | 265 | 312 | 0 | 13 | 1 | 24 | 461 | 22 | 113 |
Binary | 11001100 | 10110101 | 11001010 | 0 | 1011 | 1 | 10100 | 100110001 | 10010 | 1001011 |
Color Harmonies of #CCB5CA
Complementary color
Monochromatic Colors of #CCB5CA
Black with #CCB5CA
Text Example
Text Example
White with #CCB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5CA; }
p { color: rgb(204,181,202); }
H1.HeaderClassName
{
color: #CCB5CA;
}
.AnyTagClassName
{
color: #CCB5CA;
}
</style>
background-color css
<style>
a { background-color: #CCB5CA; }
a { background-color: rgb(204,181,202); }
div.DivClassName
{
background-color: #CCB5CA;
}
.BgClassName
{
background-color: #CCB5CA;
}
</style>
border-color css
<style>
span { border-color: #CCB5CA; }
span { border-color: rgb(204,181,202); }
td.TdClassName
{
border-color: #CCB5CA;
}
.TagClassName
{
border-color: #CCB5CA;
}
</style>