#CE98B4

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

Shades of Lily #CE98B4

Tints of Lily #CE98B4

Color information

#CE98B4 (or 0xCE98B4) is unknown color: approx Lily. HEX triplet: CE, 98 and B4. RGB value is (206,152,180). Sum of RGB (Red+Green+Blue) = 206+152+180=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98B4 is #31674B. Grayscale: #ABABAB. Windows color (decimal): -3237708 or 11835598. OLE color: 11835598.

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

Color convert

RGB206152180-
CMYK00.260.130.19
HSL328.89º35.53%70.2%-
HSV(B)328.89º26.21%80.78%-
XYZ44.9238.8748.32-
YUV171.34132.89152.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=38.29%
G=28.25%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615218000.260.130.19328.8935.5370.2
HexCE98B401AD131492446
Octal316230264032152351144106
Binary1100111010011000101101000110101101100111010010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98B4; }

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

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

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

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

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

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

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

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