#CF99BE

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

Shades of Lily #CF99BE

Tints of Lily #CF99BE

Color information

#CF99BE (or 0xCF99BE) is unknown color: approx Lily. HEX triplet: CF, 99 and BE. RGB value is (207,153,190). Sum of RGB (Red+Green+Blue) = 207+153+190=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99BE is #306641. Grayscale: #ADADAD. Windows color (decimal): -3171906 or 12491215. OLE color: 12491215.

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

Color convert

RGB207153190-
CMYK00.260.080.19
HSL318.89º36%70.59%-
HSV(B)318.89º26.09%81.18%-
XYZ46.4239.7753.94-
YUV173.36137.39151.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=37.64%
G=27.82%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715319000.260.080.19318.893670.59
HexCF99BE01A81313f2447
Octal317231276032102347744107
Binary1100111110011001101111100110101000100111001111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99BE; }

 p { color: rgb(207,153,190); }

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

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

 a { background-color: rgb(207,153,190); }

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

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

 span { border-color: rgb(207,153,190); }

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