#CC8EBA

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

Shades of Lily #CC8EBA

Tints of Lily #CC8EBA

Color information

#CC8EBA (or 0xCC8EBA) is unknown color: approx Lily. HEX triplet: CC, 8E and BA. RGB value is (204,142,186). Sum of RGB (Red+Green+Blue) = 204+142+186=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EBA is #337145. Grayscale: #A5A5A5. Windows color (decimal): -3371334 or 12226252. OLE color: 12226252.

HSL color Cylindrical-coordinate representation of color #CC8EBA: hue angle of 317.42º 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 #CC8EBA is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204142186-
CMYK00.300.090.2
HSL317.42º37.8%67.84%-
HSV(B)317.42º30.39%80%-
XYZ43.4435.7351.06-
YUV165.55139.54155.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=38.35%
G=26.69%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414218600.300.090.2317.4237.867.84
HexCC8EBA01E91413d2644
Octal314216272036112447546104
Binary1100110010001110101110100111101001101001001111011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EBA; }

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

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

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

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

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

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

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

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