#CCB3CB

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

Shades of Lilac #CCB3CB

Tints of Lilac #CCB3CB

Color information

#CCB3CB (or 0xCCB3CB) is unknown color: approx Lilac. HEX triplet: CC, B3 and CB. RGB value is (204,179,203). Sum of RGB (Red+Green+Blue) = 204+179+203=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3CB is #334C34. Grayscale: #BDBDBD. Windows color (decimal): -3361845 or 13349836. OLE color: 13349836.

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

Color convert

RGB204179203-
CMYK00.120.000.2
HSL302.4º19.69%75.1%-
HSV(B)302.4º12.25%80%-
XYZ51.849.3963.3-
YUV189.21135.78138.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=34.81%
G=30.55%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417920300.120.000.2302.419.6975.1
HexCCB3CB0C01412e144b
Octal31426331301402445624113
Binary11001100101100111100101101100010100100101110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3CB; }

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

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

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

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

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

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

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

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