#CF9EB5

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

Shades of Lily #CF9EB5

Tints of Lily #CF9EB5

Color information

#CF9EB5 (or 0xCF9EB5) is unknown color: approx Lily. HEX triplet: CF, 9E and B5. RGB value is (207,158,181). Sum of RGB (Red+Green+Blue) = 207+158+181=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EB5 is #30614A. Grayscale: #AFAFAF. Windows color (decimal): -3170635 or 11902671. OLE color: 11902671.

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

Color convert

RGB207158181-
CMYK00.240.130.19
HSL331.84º33.79%71.57%-
HSV(B)331.84º23.67%81.18%-
XYZ46.341.0649.2-
YUV175.27131.23150.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=37.91%
G=28.94%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715818100.240.130.19331.8433.7971.57
HexCF9EB5018D1314c2248
Octal317236265030152351442110
Binary1100111110011110101101010110001101100111010011001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EB5; }

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

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

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

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

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

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

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

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