#CE99B9

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

Shades of Lily #CE99B9

Tints of Lily #CE99B9

Color information

#CE99B9 (or 0xCE99B9) is unknown color: approx Lily. HEX triplet: CE, 99 and B9. RGB value is (206,153,185). Sum of RGB (Red+Green+Blue) = 206+153+185=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99B9 is #316646. Grayscale: #ACACAC. Windows color (decimal): -3237447 or 12163534. OLE color: 12163534.

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

Color convert

RGB206153185-
CMYK00.260.100.19
HSL323.77º35.1%70.39%-
HSV(B)323.77º25.73%80.78%-
XYZ45.639.4151.1-
YUV172.49135.06151.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 185 (72.66% from 255) = 34.01%
R=37.87%
G=28.12%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615318500.260.100.19323.7735.170.39
HexCE99B901AA131442346
Octal316231271032122350443106
Binary1100111010011001101110010110101010100111010001001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99B9; }

 p { color: rgb(206,153,185); }

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

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

 a { background-color: rgb(206,153,185); }

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

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

 span { border-color: rgb(206,153,185); }

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