#CCA8B5

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

Shades of Lily #CCA8B5

Tints of Lily #CCA8B5

Color information

#CCA8B5 (or 0xCCA8B5) is unknown color: approx Lily. HEX triplet: CC, A8 and B5. RGB value is (204,168,181). Sum of RGB (Red+Green+Blue) = 204+168+181=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8B5 is #33574A. Grayscale: #B4B4B4. Windows color (decimal): -3364683 or 11905228. OLE color: 11905228.

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

Color convert

RGB204168181-
CMYK00.180.110.2
HSL338.33º26.09%72.94%-
HSV(B)338.33º17.65%80%-
XYZ47.2444.1849.75-
YUV180.25128.43144.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 181 (71.09% from 255) = 32.73%
R=36.89%
G=30.38%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416818100.180.110.2338.3326.0972.94
HexCCA8B5012B141521a49
Octal314250265022132452232111
Binary110011001010100010110101010010101110100101010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8B5; }

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

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

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

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

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

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

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

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