#CCB3CC

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

Shades of Lilac #CCB3CC

Tints of Lilac #CCB3CC

Color information

#CCB3CC (or 0xCCB3CC) is unknown color: approx Lilac. HEX triplet: CC, B3 and CC. RGB value is (204,179,204). Sum of RGB (Red+Green+Blue) = 204+179+204=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3CC is #334C33. Grayscale: #BDBDBD. Windows color (decimal): -3361844 or 13415372. OLE color: 13415372.

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

Color convert

RGB204179204-
CMYK00.1200.2
HSL300º19.69%75.1%-
HSV(B)300º12.25%80%-
XYZ51.9249.4463.93-
YUV189.32136.28138.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=34.75%
G=30.49%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417920400.1200.230019.6975.1
HexCCB3CC0C01412c144b
Octal31426331401402445424113
Binary11001100101100111100110001100010100100101100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3CC; }

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

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

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

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

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

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

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

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