#CEA1B9

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

Shades of Lily #CEA1B9

Tints of Lily #CEA1B9

Color information

#CEA1B9 (or 0xCEA1B9) is unknown color: approx Lily. HEX triplet: CE, A1 and B9. RGB value is (206,161,185). Sum of RGB (Red+Green+Blue) = 206+161+185=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1B9 is #315E46. Grayscale: #B1B1B1. Windows color (decimal): -3235399 or 12165582. OLE color: 12165582.

HSL color Cylindrical-coordinate representation of color #CEA1B9: hue angle of 328º degrees, saturation: 0.31, 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 #CEA1B9 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206161185-
CMYK00.220.100.19
HSL328º31.47%71.96%-
HSV(B)328º21.84%80.78%-
XYZ46.9642.1151.55-
YUV177.19132.41148.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=37.32%
G=29.17%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616118500.220.100.1932831.4771.96
HexCEA1B9016A131481f48
Octal316241271026122351037110
Binary110011101010000110111001010110101010011101001000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1B9; }

 p { color: rgb(206,161,185); }

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

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

 a { background-color: rgb(206,161,185); }

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

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

 span { border-color: rgb(206,161,185); }

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