#CEA2BC

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

Shades of Lily #CEA2BC

Tints of Lily #CEA2BC

Color information

#CEA2BC (or 0xCEA2BC) is unknown color: approx Lily. HEX triplet: CE, A2 and BC. RGB value is (206,162,188). Sum of RGB (Red+Green+Blue) = 206+162+188=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2BC is #315D43. Grayscale: #B2B2B2. Windows color (decimal): -3235140 or 12362446. OLE color: 12362446.

HSL color Cylindrical-coordinate representation of color #CEA2BC: hue angle of 324.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA2BC is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206162188-
CMYK00.210.090.19
HSL324.55º30.99%72.16%-
HSV(B)324.55º21.36%80.78%-
XYZ47.4542.5953.3-
YUV178.12133.58147.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 162 (63.67% from 255) = 29.14%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=37.05%
G=29.14%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616218800.210.090.19324.5530.9972.16
HexCEA2BC0159131451f48
Octal316242274025112350537110
Binary110011101010001010111100010101100110011101000101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2BC; }

 p { color: rgb(206,162,188); }

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

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

 a { background-color: rgb(206,162,188); }

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

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

 span { border-color: rgb(206,162,188); }

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