#CEA8B6

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

Shades of Lily #CEA8B6

Tints of Lily #CEA8B6

Color information

#CEA8B6 (or 0xCEA8B6) is unknown color: approx Lily. HEX triplet: CE, A8 and B6. RGB value is (206,168,182). Sum of RGB (Red+Green+Blue) = 206+168+182=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8B6 is #315749. Grayscale: #B4B4B4. Windows color (decimal): -3233610 or 11970766. OLE color: 11970766.

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

Color convert

RGB206168182-
CMYK00.180.120.19
HSL337.89º27.94%73.33%-
HSV(B)337.89º18.45%80.78%-
XYZ47.944.550.32-
YUV180.96128.59145.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=37.05%
G=30.22%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616818200.180.120.19337.8927.9473.33
HexCEA8B6012C131521c49
Octal316250266022142352234111
Binary110011101010100010110110010010110010011101010010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA8B6; }

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

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

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

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

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

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

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

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