#CE98BF

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

Shades of Lily #CE98BF

Tints of Lily #CE98BF

Color information

#CE98BF (or 0xCE98BF) is unknown color: approx Lily. HEX triplet: CE, 98 and BF. RGB value is (206,152,191). Sum of RGB (Red+Green+Blue) = 206+152+191=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98BF is #316740. Grayscale: #ACACAC. Windows color (decimal): -3237697 or 12556494. OLE color: 12556494.

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

Color convert

RGB206152191-
CMYK00.260.070.19
HSL316.67º35.53%70.2%-
HSV(B)316.67º26.21%80.78%-
XYZ46.0939.3454.45-
YUV172.59138.39151.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 191 (75% from 255) = 34.79%
R=37.52%
G=27.69%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615219100.260.070.19316.6735.5370.2
HexCE98BF01A71313d2446
Octal31623027703272347544106
Binary110011101001100010111111011010111100111001111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98BF; }

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

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

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

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

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

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

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

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