#CF9EB8

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

Shades of Lily #CF9EB8

Tints of Lily #CF9EB8

Color information

#CF9EB8 (or 0xCF9EB8) is unknown color: approx Lily. HEX triplet: CF, 9E and B8. RGB value is (207,158,184). Sum of RGB (Red+Green+Blue) = 207+158+184=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EB8 is #306147. Grayscale: #AFAFAF. Windows color (decimal): -3170632 or 12099279. OLE color: 12099279.

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

Color convert

RGB207158184-
CMYK00.240.110.19
HSL328.16º33.79%71.57%-
HSV(B)328.16º23.67%81.18%-
XYZ46.6141.1850.84-
YUV175.62132.73150.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=37.70%
G=28.78%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715818400.240.110.19328.1633.7971.57
HexCF9EB8018B131482248
Octal317236270030132351042110
Binary1100111110011110101110000110001011100111010010001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EB8; }

 p { color: rgb(207,158,184); }

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

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

 a { background-color: rgb(207,158,184); }

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

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

 span { border-color: rgb(207,158,184); }

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