#CE98BA

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

Shades of Lily #CE98BA

Tints of Lily #CE98BA

Color information

#CE98BA (or 0xCE98BA) is unknown color: approx Lily. HEX triplet: CE, 98 and BA. RGB value is (206,152,186). Sum of RGB (Red+Green+Blue) = 206+152+186=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98BA is #316745. Grayscale: #ABABAB. Windows color (decimal): -3237702 or 12228814. OLE color: 12228814.

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

Color convert

RGB206152186-
CMYK00.260.100.19
HSL322.22º35.53%70.2%-
HSV(B)322.22º26.21%80.78%-
XYZ45.5439.1251.61-
YUV172.02135.89152.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=37.87%
G=27.94%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615218600.260.100.19322.2235.5370.2
HexCE98BA01AA131422446
Octal316230272032122350244106
Binary1100111010011000101110100110101010100111010000101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98BA; }

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

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

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

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

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

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

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

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