#CE98B7

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

Shades of Lily #CE98B7

Tints of Lily #CE98B7

Color information

#CE98B7 (or 0xCE98B7) is unknown color: approx Lily. HEX triplet: CE, 98 and B7. RGB value is (206,152,183). Sum of RGB (Red+Green+Blue) = 206+152+183=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98B7 is #316748. Grayscale: #ABABAB. Windows color (decimal): -3237705 or 12032206. OLE color: 12032206.

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

Color convert

RGB206152183-
CMYK00.260.110.19
HSL325.56º35.53%70.2%-
HSV(B)325.56º26.21%80.78%-
XYZ45.233949.94-
YUV171.68134.39152.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 183 (71.88% from 255) = 33.83%
R=38.08%
G=28.10%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615218300.260.110.19325.5635.5370.2
HexCE98B701AB131462446
Octal316230267032132350644106
Binary1100111010011000101101110110101011100111010001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98B7; }

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

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

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

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

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

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

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

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