#CEA9B8

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

Shades of Lily #CEA9B8

Tints of Lily #CEA9B8

Color information

#CEA9B8 (or 0xCEA9B8) is unknown color: approx Lily. HEX triplet: CE, A9 and B8. RGB value is (206,169,184). Sum of RGB (Red+Green+Blue) = 206+169+184=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9B8 is #315647. Grayscale: #B5B5B5. Windows color (decimal): -3233352 or 12102094. OLE color: 12102094.

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

Color convert

RGB206169184-
CMYK00.180.110.19
HSL335.68º27.41%73.53%-
HSV(B)335.68º17.96%80.78%-
XYZ48.2944.9651.48-
YUV181.77129.26145.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 184 (72.27% from 255) = 32.92%
R=36.85%
G=30.23%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616918400.180.110.19335.6827.4173.53
HexCEA9B8012B131501b4a
Octal316251270022132352033112
Binary110011101010100110111000010010101110011101010000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9B8; }

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

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

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

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

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

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

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

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