#CE8ABA

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

Shades of Lily #CE8ABA

Tints of Lily #CE8ABA

Color information

#CE8ABA (or 0xCE8ABA) is unknown color: approx Lily. HEX triplet: CE, 8A and BA. RGB value is (206,138,186). Sum of RGB (Red+Green+Blue) = 206+138+186=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ABA is #317545. Grayscale: #A3A3A3. Windows color (decimal): -3241286 or 12225230. OLE color: 12225230.

HSL color Cylindrical-coordinate representation of color #CE8ABA: hue angle of 317.65º 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 #CE8ABA is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206138186-
CMYK00.330.100.19
HSL317.65º40.96%67.45%-
HSV(B)317.65º33.01%80.78%-
XYZ43.4134.8450.89-
YUV163.8140.53158.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=38.87%
G=26.04%
B=35.09%

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
Decimal20613818600.330.100.19317.6540.9667.45
HexCE8ABA021A1313e2943
Octal316212272041122347651103
Binary11001110100010101011101001000011010100111001111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8ABA; }

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

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

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

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

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

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

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

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