#CE8AB9

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

Shades of Lily #CE8AB9

Tints of Lily #CE8AB9

Color information

#CE8AB9 (or 0xCE8AB9) is unknown color: approx Lily. HEX triplet: CE, 8A and B9. RGB value is (206,138,185). Sum of RGB (Red+Green+Blue) = 206+138+185=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AB9 is #317546. Grayscale: #A3A3A3. Windows color (decimal): -3241287 or 12159694. OLE color: 12159694.

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

Color convert

RGB206138185-
CMYK00.330.100.19
HSL318.53º40.96%67.45%-
HSV(B)318.53º33.01%80.78%-
XYZ43.334.850.33-
YUV163.69140.03158.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=38.94%
G=26.09%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613818500.330.100.19318.5340.9667.45
HexCE8AB9021A1313f2943
Octal316212271041122347751103
Binary11001110100010101011100101000011010100111001111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8AB9; }

 p { color: rgb(206,138,185); }

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

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

 a { background-color: rgb(206,138,185); }

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

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

 span { border-color: rgb(206,138,185); }

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