#CCAAB7

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

Shades of Lily #CCAAB7

Tints of Lily #CCAAB7

Color information

#CCAAB7 (or 0xCCAAB7) is unknown color: approx Lily. HEX triplet: CC, AA and B7. RGB value is (204,170,183). Sum of RGB (Red+Green+Blue) = 204+170+183=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAB7 is #335548. Grayscale: #B5B5B5. Windows color (decimal): -3364169 or 12036812. OLE color: 12036812.

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

Color convert

RGB204170183-
CMYK00.170.100.2
HSL337.06º25%73.33%-
HSV(B)337.06º16.67%80%-
XYZ47.8245.0150.97-
YUV181.65128.76143.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=36.62%
G=30.52%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417018300.170.100.2337.062573.33
HexCCAAB7011A141511949
Octal314252267021122452131111
Binary110011001010101010110111010001101010100101010001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAB7; }

 p { color: rgb(204,170,183); }

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

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

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

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

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

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

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