#CEA7B4

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

Shades of Lily #CEA7B4

Tints of Lily #CEA7B4

Color information

#CEA7B4 (or 0xCEA7B4) is unknown color: approx Lily. HEX triplet: CE, A7 and B4. RGB value is (206,167,180). Sum of RGB (Red+Green+Blue) = 206+167+180=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7B4 is #31584B. Grayscale: #B4B4B4. Windows color (decimal): -3233868 or 11839438. OLE color: 11839438.

HSL color Cylindrical-coordinate representation of color #CEA7B4: hue angle of 340º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA7B4 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB206167180-
CMYK00.190.130.19
HSL340º28.47%73.14%-
HSV(B)340º18.93%80.78%-
XYZ47.5144.0549.18-
YUV180.14127.92146.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=37.25%
G=30.20%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616718000.190.130.1934028.4773.14
HexCEA7B4013D131541c49
Octal316247264023152352434111
Binary110011101010011110110100010011110110011101010100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7B4; }

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

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

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

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

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

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

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

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