#CCB0CB

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

Shades of Lilac #CCB0CB

Tints of Lilac #CCB0CB

Color information

#CCB0CB (or 0xCCB0CB) is unknown color: approx Lilac. HEX triplet: CC, B0 and CB. RGB value is (204,176,203). Sum of RGB (Red+Green+Blue) = 204+176+203=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0CB is #334F34. Grayscale: #BBBBBB. Windows color (decimal): -3362613 or 13349068. OLE color: 13349068.

HSL color Cylindrical-coordinate representation of color #CCB0CB: hue angle of 302.14º 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 #CCB0CB is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204176203-
CMYK00.140.000.2
HSL302.14º21.54%74.51%-
HSV(B)302.14º13.73%80%-
XYZ51.2148.263.1-
YUV187.45136.78139.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=34.99%
G=30.19%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417620300.140.000.2302.1421.5474.51
HexCCB0CB0E01412e164b
Octal31426031301602445626113
Binary11001100101100001100101101110010100100101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0CB; }

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

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

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

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

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

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

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

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