#CF9DBF

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

Shades of Lily #CF9DBF

Tints of Lily #CF9DBF

Color information

#CF9DBF (or 0xCF9DBF) is unknown color: approx Lily. HEX triplet: CF, 9D and BF. RGB value is (207,157,191). Sum of RGB (Red+Green+Blue) = 207+157+191=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DBF is #306240. Grayscale: #AFAFAF. Windows color (decimal): -3170881 or 12557775. OLE color: 12557775.

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

Color convert

RGB207157191-
CMYK00.240.080.19
HSL319.2º34.25%71.37%-
HSV(B)319.2º24.15%81.18%-
XYZ47.1941.1454.74-
YUV175.83136.56150.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 191 (75% from 255) = 34.41%
R=37.30%
G=28.29%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715719100.240.080.19319.234.2571.37
HexCF9DBF01881313f2247
Octal317235277030102347742107
Binary1100111110011101101111110110001000100111001111111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DBF; }

 p { color: rgb(207,157,191); }

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

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

 a { background-color: rgb(207,157,191); }

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

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

 span { border-color: rgb(207,157,191); }

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