#CF9DB7

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

Shades of Lily #CF9DB7

Tints of Lily #CF9DB7

Color information

#CF9DB7 (or 0xCF9DB7) is unknown color: approx Lily. HEX triplet: CF, 9D and B7. RGB value is (207,157,183). Sum of RGB (Red+Green+Blue) = 207+157+183=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DB7 is #306248. Grayscale: #AEAEAE. Windows color (decimal): -3170889 or 12033487. OLE color: 12033487.

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

Color convert

RGB207157183-
CMYK00.240.120.19
HSL328.8º34.25%71.37%-
HSV(B)328.8º24.15%81.18%-
XYZ46.3440.850.23-
YUV174.91132.56150.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=37.84%
G=28.70%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715718300.240.120.19328.834.2571.37
HexCF9DB7018C131492247
Octal317235267030142351142107
Binary1100111110011101101101110110001100100111010010011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DB7; }

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

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

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

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

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

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

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

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