#CEA0BB

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

Shades of Lily #CEA0BB

Tints of Lily #CEA0BB

Color information

#CEA0BB (or 0xCEA0BB) is unknown color: approx Lily. HEX triplet: CE, A0 and BB. RGB value is (206,160,187). Sum of RGB (Red+Green+Blue) = 206+160+187=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0BB is #315F44. Grayscale: #B0B0B0. Windows color (decimal): -3235653 or 12296398. OLE color: 12296398.

HSL color Cylindrical-coordinate representation of color #CEA0BB: hue angle of 324.78º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0BB is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206160187-
CMYK00.220.090.19
HSL324.78º31.94%71.76%-
HSV(B)324.78º22.33%80.78%-
XYZ46.9941.8552.61-
YUV176.83133.74148.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=37.25%
G=28.93%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616018700.220.090.19324.7831.9471.76
HexCEA0BB0169131452048
Octal316240273026112350540110
Binary1100111010100000101110110101101001100111010001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA0BB; }

 p { color: rgb(206,160,187); }

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

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

 a { background-color: rgb(206,160,187); }

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

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

 span { border-color: rgb(206,160,187); }

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