#CC8EAD

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

Shades of Lily #CC8EAD

Tints of Lily #CC8EAD

Color information

#CC8EAD (or 0xCC8EAD) is unknown color: approx Lily. HEX triplet: CC, 8E and AD. RGB value is (204,142,173). Sum of RGB (Red+Green+Blue) = 204+142+173=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8EAD is #337152. Grayscale: #A4A4A4. Windows color (decimal): -3371347 or 11374284. OLE color: 11374284.

HSL color Cylindrical-coordinate representation of color #CC8EAD: hue angle of 330º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8EAD is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204142173-
CMYK00.300.150.2
HSL330º37.8%67.84%-
HSV(B)330º30.39%80%-
XYZ42.1235.244.11-
YUV164.07133.04156.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=39.31%
G=27.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414217300.300.150.233037.867.84
HexCC8EAD01EF1414a2644
Octal314216255036172451246104
Binary1100110010001110101011010111101111101001010010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EAD; }

 p { color: rgb(204,142,173); }

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

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

 a { background-color: rgb(204,142,173); }

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

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

 span { border-color: rgb(204,142,173); }

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