#CCA1BD

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

Shades of Lily #CCA1BD

Tints of Lily #CCA1BD

Color information

#CCA1BD (or 0xCCA1BD) is unknown color: approx Lily. HEX triplet: CC, A1 and BD. RGB value is (204,161,189). Sum of RGB (Red+Green+Blue) = 204+161+189=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1BD is #335E42. Grayscale: #B0B0B0. Windows color (decimal): -3366467 or 12427724. OLE color: 12427724.

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

Color convert

RGB204161189-
CMYK00.210.070.2
HSL320.93º29.66%71.57%-
HSV(B)320.93º21.08%80%-
XYZ46.834253.78-
YUV177.05134.75147.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=36.82%
G=29.06%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416118900.210.070.2320.9329.6671.57
HexCCA1BD0157141411e48
Octal31424127502572450136110
Binary11001100101000011011110101010111110100101000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1BD; }

 p { color: rgb(204,161,189); }

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

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

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

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

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

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

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