#C88EBA

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

Shades of Lily #C88EBA

Tints of Lily #C88EBA

Color information

#C88EBA (or 0xC88EBA) is unknown color: approx Lily. HEX triplet: C8, 8E and BA. RGB value is (200,142,186). Sum of RGB (Red+Green+Blue) = 200+142+186=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C88EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88EBA is #377145. Grayscale: #A4A4A4. Windows color (decimal): -3633478 or 12226248. OLE color: 12226248.

HSL color Cylindrical-coordinate representation of color #C88EBA: hue angle of 314.48º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88EBA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200142186-
CMYK00.290.070.22
HSL314.48º34.52%67.06%-
HSV(B)314.48º29%78.43%-
XYZ42.3635.1751.01-
YUV164.36140.22153.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=37.88%
G=26.89%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014218600.290.070.22314.4834.5267.06
HexC88EBA01D71613a2343
Octal31021627203572647243103
Binary110010001000111010111010011101111101101001110101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EBA; }

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

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

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

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

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

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

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

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