#CEA2B6

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

Shades of Lily #CEA2B6

Tints of Lily #CEA2B6

Color information

#CEA2B6 (or 0xCEA2B6) is unknown color: approx Lily. HEX triplet: CE, A2 and B6. RGB value is (206,162,182). Sum of RGB (Red+Green+Blue) = 206+162+182=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2B6 is #315D49. Grayscale: #B1B1B1. Windows color (decimal): -3235146 or 11969230. OLE color: 11969230.

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

Color convert

RGB206162182-
CMYK00.210.120.19
HSL332.73º30.99%72.16%-
HSV(B)332.73º21.36%80.78%-
XYZ46.8242.3449.96-
YUV177.44130.58148.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 162 (63.67% from 255) = 29.45%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=37.45%
G=29.45%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616218200.210.120.19332.7330.9972.16
HexCEA2B6015C1314d1f48
Octal316242266025142351537110
Binary110011101010001010110110010101110010011101001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2B6; }

 p { color: rgb(206,162,182); }

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

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

 a { background-color: rgb(206,162,182); }

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

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

 span { border-color: rgb(206,162,182); }

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