#CE9FB5

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

Shades of Lily #CE9FB5

Tints of Lily #CE9FB5

Color information

#CE9FB5 (or 0xCE9FB5) is unknown color: approx Lily. HEX triplet: CE, 9F and B5. RGB value is (206,159,181). Sum of RGB (Red+Green+Blue) = 206+159+181=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FB5 is #31604A. Grayscale: #AFAFAF. Windows color (decimal): -3235915 or 11902926. OLE color: 11902926.

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

Color convert

RGB206159181-
CMYK00.230.120.19
HSL331.91º32.41%71.57%-
HSV(B)331.91º22.82%80.78%-
XYZ46.1941.2549.24-
YUV175.56131.07149.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=37.73%
G=29.12%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615918100.230.120.19331.9132.4171.57
HexCE9FB5017C1314c2048
Octal316237265027142351440110
Binary1100111010011111101101010101111100100111010011001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FB5; }

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

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

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

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

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

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

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

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