#CCABB8

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

Shades of Lily #CCABB8

Tints of Lily #CCABB8

Color information

#CCABB8 (or 0xCCABB8) is unknown color: approx Lily. HEX triplet: CC, AB and B8. RGB value is (204,171,184). Sum of RGB (Red+Green+Blue) = 204+171+184=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABB8 is #335447. Grayscale: #B6B6B6. Windows color (decimal): -3363912 or 12102604. OLE color: 12102604.

HSL color Cylindrical-coordinate representation of color #CCABB8: hue angle of 336.36º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABB8 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204171184-
CMYK00.160.100.2
HSL336.36º24.44%73.53%-
HSV(B)336.36º16.18%80%-
XYZ48.1245.4251.58-
YUV182.35128.93143.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 184 (72.27% from 255) = 32.92%
R=36.49%
G=30.59%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417118400.160.100.2336.3624.4473.53
HexCCABB8010A14150184a
Octal314253270020122452030112
Binary110011001010101110111000010000101010100101010000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABB8; }

 p { color: rgb(204,171,184); }

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

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

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

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

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

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

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