#CE98B0

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

Shades of Lily #CE98B0

Tints of Lily #CE98B0

Color information

#CE98B0 (or 0xCE98B0) is unknown color: approx Lily. HEX triplet: CE, 98 and B0. RGB value is (206,152,176). Sum of RGB (Red+Green+Blue) = 206+152+176=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98B0 is #31674F. Grayscale: #AAAAAA. Windows color (decimal): -3237712 or 11573454. OLE color: 11573454.

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

Color convert

RGB206152176-
CMYK00.260.150.19
HSL333.33º35.53%70.2%-
HSV(B)333.33º26.21%80.78%-
XYZ44.5238.7146.2-
YUV170.88130.89153.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=38.58%
G=28.46%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615217600.260.150.19333.3335.5370.2
HexCE98B001AF1314d2446
Octal316230260032172351544106
Binary1100111010011000101100000110101111100111010011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98B0; }

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

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

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

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

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

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

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

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