#CE9EB4

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

Shades of Lily #CE9EB4

Tints of Lily #CE9EB4

Color information

#CE9EB4 (or 0xCE9EB4) is unknown color: approx Lily. HEX triplet: CE, 9E and B4. RGB value is (206,158,180). Sum of RGB (Red+Green+Blue) = 206+158+180=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EB4 is #31614B. Grayscale: #AEAEAE. Windows color (decimal): -3236172 or 11837134. OLE color: 11837134.

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

Color convert

RGB206158180-
CMYK00.230.130.19
HSL332.5º32.88%71.37%-
HSV(B)332.5º23.3%80.78%-
XYZ45.9240.8748.65-
YUV174.86130.9150.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=37.87%
G=29.04%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615818000.230.130.19332.532.8871.37
HexCE9EB4017D1314c2147
Octal316236264027152351441107
Binary1100111010011110101101000101111101100111010011001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9EB4; }

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

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

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

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

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

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

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

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