#CEA5B4

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

Shades of Lily #CEA5B4

Tints of Lily #CEA5B4

Color information

#CEA5B4 (or 0xCEA5B4) is unknown color: approx Lily. HEX triplet: CE, A5 and B4. RGB value is (206,165,180). Sum of RGB (Red+Green+Blue) = 206+165+180=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5B4 is #315A4B. Grayscale: #B2B2B2. Windows color (decimal): -3234380 or 11838926. OLE color: 11838926.

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

Color convert

RGB206165180-
CMYK00.200.130.19
HSL338.05º29.5%72.75%-
HSV(B)338.05º19.9%80.78%-
XYZ47.1543.3349.06-
YUV178.97128.58147.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=37.39%
G=29.95%
B=32.67%

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
Decimal20616518000.200.130.19338.0529.572.75
HexCEA5B4014D131521d49
Octal316245264024152352235111
Binary110011101010010110110100010100110110011101010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5B4; }

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

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

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

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

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

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

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

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