#CE98BE

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

Shades of Lily #CE98BE

Tints of Lily #CE98BE

Color information

#CE98BE (or 0xCE98BE) is unknown color: approx Lily. HEX triplet: CE, 98 and BE. RGB value is (206,152,190). Sum of RGB (Red+Green+Blue) = 206+152+190=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98BE is #316741. Grayscale: #ACACAC. Windows color (decimal): -3237698 or 12490958. OLE color: 12490958.

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

Color convert

RGB206152190-
CMYK00.260.080.19
HSL317.78º35.53%70.2%-
HSV(B)317.78º26.21%80.78%-
XYZ45.9839.353.88-
YUV172.48137.89151.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=37.59%
G=27.74%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615219000.260.080.19317.7835.5370.2
HexCE98BE01A81313e2446
Octal316230276032102347644106
Binary1100111010011000101111100110101000100111001111101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98BE; }

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

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

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

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

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

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

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

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