#CE9FBA

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

Shades of Lily #CE9FBA

Tints of Lily #CE9FBA

Color information

#CE9FBA (or 0xCE9FBA) is unknown color: approx Lily. HEX triplet: CE, 9F and BA. RGB value is (206,159,186). Sum of RGB (Red+Green+Blue) = 206+159+186=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FBA is #316045. Grayscale: #B0B0B0. Windows color (decimal): -3235910 or 12230606. OLE color: 12230606.

HSL color Cylindrical-coordinate representation of color #CE9FBA: hue angle of 325.53º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FBA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206159186-
CMYK00.230.100.19
HSL325.53º32.41%71.57%-
HSV(B)325.53º22.82%80.78%-
XYZ46.7141.4652-
YUV176.13133.57149.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=37.39%
G=28.86%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615918600.230.100.19325.5332.4171.57
HexCE9FBA017A131462048
Octal316237272027122350640110
Binary1100111010011111101110100101111010100111010001101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FBA; }

 p { color: rgb(206,159,186); }

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

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

 a { background-color: rgb(206,159,186); }

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

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

 span { border-color: rgb(206,159,186); }

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