#CCB0CA

Color #CCB0CA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CCB0CA

Tints of Lilac #CCB0CA

Color information

#CCB0CA (or 0xCCB0CA) is unknown color: approx Lilac. HEX triplet: CC, B0 and CA. RGB value is (204,176,202). Sum of RGB (Red+Green+Blue) = 204+176+202=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0CA is #334F35. Grayscale: #BBBBBB. Windows color (decimal): -3362614 or 13283532. OLE color: 13283532.

HSL color Cylindrical-coordinate representation of color #CCB0CA: hue angle of 304.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB0CA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204176202-
CMYK00.140.010.2
HSL304.29º21.54%74.51%-
HSV(B)304.29º13.73%80%-
XYZ51.0948.1562.48-
YUV187.34136.28139.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 176 (69.14% from 255) = 30.24%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=35.05%
G=30.24%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417620200.140.010.2304.2921.5474.51
HexCCB0CA0E114130164b
Octal31426031201612446026113
Binary11001100101100001100101001110110100100110000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0CA; }

 p { color: rgb(204,176,202); }

 H1.HeaderClassName
 {
   color: #CCB0CA;
 }
 .AnyTagClassName
 {
   color: #CCB0CA;
 }
</style>
background-color css

<style>
 a { background-color: #CCB0CA; }

 a { background-color: rgb(204,176,202); }

 div.DivClassName
 {
   background-color: #CCB0CA;
 }
 .BgClassName
 {
   background-color: #CCB0CA;
 }
</style>
border-color css

<style>
 span { border-color: #CCB0CA; }

 span { border-color: rgb(204,176,202); }

 td.TdClassName
 {
   border-color: #CCB0CA;
 }
 .TagClassName
 {
   border-color: #CCB0CA;
 }
</style>