#CEA9B9

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

Shades of Lily #CEA9B9

Tints of Lily #CEA9B9

Color information

#CEA9B9 (or 0xCEA9B9) is unknown color: approx Lily. HEX triplet: CE, A9 and B9. RGB value is (206,169,185). Sum of RGB (Red+Green+Blue) = 206+169+185=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9B9 is #315646. Grayscale: #B5B5B5. Windows color (decimal): -3233351 or 12167630. OLE color: 12167630.

HSL color Cylindrical-coordinate representation of color #CEA9B9: hue angle of 334.05º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9B9 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206169185-
CMYK00.180.100.19
HSL334.05º27.41%73.53%-
HSV(B)334.05º17.96%80.78%-
XYZ48.44552.03-
YUV181.89129.76145.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=36.79%
G=30.18%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616918500.180.100.19334.0527.4173.53
HexCEA9B9012A1314e1b4a
Octal316251271022122351633112
Binary110011101010100110111001010010101010011101001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9B9; }

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

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

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

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

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

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

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

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