#CEA5B3

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

Shades of Lily #CEA5B3

Tints of Lily #CEA5B3

Color information

#CEA5B3 (or 0xCEA5B3) is unknown color: approx Lily. HEX triplet: CE, A5 and B3. RGB value is (206,165,179). Sum of RGB (Red+Green+Blue) = 206+165+179=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5B3 is #315A4C. Grayscale: #B2B2B2. Windows color (decimal): -3234381 or 11773390. OLE color: 11773390.

HSL color Cylindrical-coordinate representation of color #CEA5B3: hue angle of 339.51º degrees, saturation: 0.29, 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 #CEA5B3 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB206165179-
CMYK00.200.130.19
HSL339.51º29.5%72.75%-
HSV(B)339.51º19.9%80.78%-
XYZ47.0543.2948.52-
YUV178.86128.08147.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=37.45%
G=30%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616517900.200.130.19339.5129.572.75
HexCEA5B3014D131541d49
Octal316245263024152352435111
Binary110011101010010110110011010100110110011101010100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5B3; }

 p { color: rgb(206,165,179); }

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

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

 a { background-color: rgb(206,165,179); }

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

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

 span { border-color: rgb(206,165,179); }

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