#CF9DB9

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

Shades of Lily #CF9DB9

Tints of Lily #CF9DB9

Color information

#CF9DB9 (or 0xCF9DB9) is unknown color: approx Lily. HEX triplet: CF, 9D and B9. RGB value is (207,157,185). Sum of RGB (Red+Green+Blue) = 207+157+185=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DB9 is #306246. Grayscale: #AFAFAF. Windows color (decimal): -3170887 or 12164559. OLE color: 12164559.

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

Color convert

RGB207157185-
CMYK00.240.110.19
HSL326.4º34.25%71.37%-
HSV(B)326.4º24.15%81.18%-
XYZ46.5540.8851.34-
YUV175.14133.56150.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=37.70%
G=28.60%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715718500.240.110.19326.434.2571.37
HexCF9DB9018B131462247
Octal317235271030132350642107
Binary1100111110011101101110010110001011100111010001101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DB9; }

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

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

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

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

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

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

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

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