#CEA4BB

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

Shades of Lily #CEA4BB

Tints of Lily #CEA4BB

Color information

#CEA4BB (or 0xCEA4BB) is unknown color: approx Lily. HEX triplet: CE, A4 and BB. RGB value is (206,164,187). Sum of RGB (Red+Green+Blue) = 206+164+187=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4BB is #315B44. Grayscale: #B3B3B3. Windows color (decimal): -3234629 or 12297422. OLE color: 12297422.

HSL color Cylindrical-coordinate representation of color #CEA4BB: hue angle of 327.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA4BB is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206164187-
CMYK00.200.090.19
HSL327.14º30%72.55%-
HSV(B)327.14º20.39%80.78%-
XYZ47.743.2652.85-
YUV179.18132.41147.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=36.98%
G=29.44%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616418700.200.090.19327.143072.55
HexCEA4BB0149131471e49
Octal316244273024112350736111
Binary110011101010010010111011010100100110011101000111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA4BB; }

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

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

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

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

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

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

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

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