#CEA1B3

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

Shades of Lily #CEA1B3

Tints of Lily #CEA1B3

Color information

#CEA1B3 (or 0xCEA1B3) is unknown color: approx Lily. HEX triplet: CE, A1 and B3. RGB value is (206,161,179). Sum of RGB (Red+Green+Blue) = 206+161+179=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1B3 is #315E4C. Grayscale: #B0B0B0. Windows color (decimal): -3235405 or 11772366. OLE color: 11772366.

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

Color convert

RGB206161179-
CMYK00.220.130.19
HSL336º31.47%71.96%-
HSV(B)336º21.84%80.78%-
XYZ46.3441.8748.29-
YUV176.51129.41149.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=37.73%
G=29.49%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616117900.220.130.1933631.4771.96
HexCEA1B3016D131501f48
Octal316241263026152352037110
Binary110011101010000110110011010110110110011101010000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1B3; }

 p { color: rgb(206,161,179); }

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

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

 a { background-color: rgb(206,161,179); }

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

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

 span { border-color: rgb(206,161,179); }

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