#CE9FB8

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

Shades of Lily #CE9FB8

Tints of Lily #CE9FB8

Color information

#CE9FB8 (or 0xCE9FB8) is unknown color: approx Lily. HEX triplet: CE, 9F and B8. RGB value is (206,159,184). Sum of RGB (Red+Green+Blue) = 206+159+184=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FB8 is #316047. Grayscale: #AFAFAF. Windows color (decimal): -3235912 or 12099534. OLE color: 12099534.

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

Color convert

RGB206159184-
CMYK00.230.110.19
HSL328.09º32.41%71.57%-
HSV(B)328.09º22.82%80.78%-
XYZ46.541.3850.88-
YUV175.9132.57149.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=37.52%
G=28.96%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615918400.230.110.19328.0932.4171.57
HexCE9FB8017B131482048
Octal316237270027132351040110
Binary1100111010011111101110000101111011100111010010001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FB8; }

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

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

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

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

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

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

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

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