#CF9BBF

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

Shades of Lily #CF9BBF

Tints of Lily #CF9BBF

Color information

#CF9BBF (or 0xCF9BBF) is unknown color: approx Lily. HEX triplet: CF, 9B and BF. RGB value is (207,155,191). Sum of RGB (Red+Green+Blue) = 207+155+191=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BBF is #306440. Grayscale: #AEAEAE. Windows color (decimal): -3171393 or 12557263. OLE color: 12557263.

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

Color convert

RGB207155191-
CMYK00.250.080.19
HSL318.46º35.14%70.98%-
HSV(B)318.46º25.12%81.18%-
XYZ46.8640.4754.63-
YUV174.65137.23151.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 191 (75% from 255) = 34.54%
R=37.43%
G=28.03%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715519100.250.080.19318.4635.1470.98
HexCF9BBF01981313e2347
Octal317233277031102347643107
Binary1100111110011011101111110110011000100111001111101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BBF; }

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

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

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

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

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

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

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

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