#CCA4CB

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

Shades of Lilac #CCA4CB

Tints of Lilac #CCA4CB

Color information

#CCA4CB (or 0xCCA4CB) is unknown color: approx Lilac. HEX triplet: CC, A4 and CB. RGB value is (204,164,203). Sum of RGB (Red+Green+Blue) = 204+164+203=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4CB is #335B34. Grayscale: #B4B4B4. Windows color (decimal): -3365685 or 13345996. OLE color: 13345996.

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

Color convert

RGB204164203-
CMYK00.200.000.2
HSL301.5º28.17%72.16%-
HSV(B)301.5º19.61%80%-
XYZ48.9643.762.35-
YUV180.41140.75144.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 164 (64.45% from 255) = 28.72%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=35.73%
G=28.72%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416420300.200.000.2301.528.1772.16
HexCCA4CB01401412e1c48
Octal31424431302402445634110
Binary110011001010010011001011010100010100100101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4CB; }

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

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

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

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

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

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

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

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