#CCA4B5

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

Shades of Lily #CCA4B5

Tints of Lily #CCA4B5

Color information

#CCA4B5 (or 0xCCA4B5) is unknown color: approx Lily. HEX triplet: CC, A4 and B5. RGB value is (204,164,181). Sum of RGB (Red+Green+Blue) = 204+164+181=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4B5 is #335B4A. Grayscale: #B1B1B1. Windows color (decimal): -3365707 or 11904204. OLE color: 11904204.

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

Color convert

RGB204164181-
CMYK00.200.110.2
HSL334.5º28.17%72.16%-
HSV(B)334.5º19.61%80%-
XYZ46.5242.7249.51-
YUV177.9129.75146.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 181 (71.09% from 255) = 32.97%
R=37.16%
G=29.87%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416418100.200.110.2334.528.1772.16
HexCCA4B5014B1414e1c48
Octal314244265024132451634110
Binary110011001010010010110101010100101110100101001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4B5; }

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

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

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

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

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

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

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

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