#CF9FBB

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

Shades of Lily #CF9FBB

Tints of Lily #CF9FBB

Color information

#CF9FBB (or 0xCF9FBB) is unknown color: approx Lily. HEX triplet: CF, 9F and BB. RGB value is (207,159,187). Sum of RGB (Red+Green+Blue) = 207+159+187=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FBB is #306044. Grayscale: #B0B0B0. Windows color (decimal): -3170373 or 12296143. OLE color: 12296143.

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

Color convert

RGB207159187-
CMYK00.230.100.19
HSL325º33.33%71.76%-
HSV(B)325º23.19%81.18%-
XYZ47.141.6552.57-
YUV176.54133.9149.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=37.43%
G=28.75%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715918700.230.100.1932533.3371.76
HexCF9FBB017A131452148
Octal317237273027122350541110
Binary1100111110011111101110110101111010100111010001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FBB; }

 p { color: rgb(207,159,187); }

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

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

 a { background-color: rgb(207,159,187); }

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

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

 span { border-color: rgb(207,159,187); }

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