#CE8AB8

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

Shades of Lily #CE8AB8

Tints of Lily #CE8AB8

Color information

#CE8AB8 (or 0xCE8AB8) is unknown color: approx Lily. HEX triplet: CE, 8A and B8. RGB value is (206,138,184). Sum of RGB (Red+Green+Blue) = 206+138+184=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AB8 is #317547. Grayscale: #A3A3A3. Windows color (decimal): -3241288 or 12094158. OLE color: 12094158.

HSL color Cylindrical-coordinate representation of color #CE8AB8: hue angle of 319.41º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8AB8 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB206138184-
CMYK00.330.110.19
HSL319.41º40.96%67.45%-
HSV(B)319.41º33.01%80.78%-
XYZ43.1934.7649.78-
YUV163.58139.53158.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=39.02%
G=26.14%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613818400.330.110.19319.4140.9667.45
HexCE8AB8021B1313f2943
Octal316212270041132347751103
Binary11001110100010101011100001000011011100111001111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8AB8; }

 p { color: rgb(206,138,184); }

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

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

 a { background-color: rgb(206,138,184); }

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

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

 span { border-color: rgb(206,138,184); }

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