#CCB1CB

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

Shades of Lilac #CCB1CB

Tints of Lilac #CCB1CB

Color information

#CCB1CB (or 0xCCB1CB) is unknown color: approx Lilac. HEX triplet: CC, B1 and CB. RGB value is (204,177,203). Sum of RGB (Red+Green+Blue) = 204+177+203=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1CB is #334E34. Grayscale: #BBBBBB. Windows color (decimal): -3362357 or 13349324. OLE color: 13349324.

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

Color convert

RGB204177203-
CMYK00.130.000.2
HSL302.22º20.93%74.71%-
HSV(B)302.22º13.24%80%-
XYZ51.448.5963.17-
YUV188.04136.45139.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=34.93%
G=30.31%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417720300.130.000.2302.2220.9374.71
HexCCB1CB0D01412e154b
Octal31426131301502445625113
Binary11001100101100011100101101101010100100101110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1CB; }

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

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

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

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

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

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

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

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