#CF9DB5

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

Shades of Lily #CF9DB5

Tints of Lily #CF9DB5

Color information

#CF9DB5 (or 0xCF9DB5) is unknown color: approx Lily. HEX triplet: CF, 9D and B5. RGB value is (207,157,181). Sum of RGB (Red+Green+Blue) = 207+157+181=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DB5 is #30624A. Grayscale: #AEAEAE. Windows color (decimal): -3170891 or 11902415. OLE color: 11902415.

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

Color convert

RGB207157181-
CMYK00.240.130.19
HSL331.2º34.25%71.37%-
HSV(B)331.2º24.15%81.18%-
XYZ46.1340.7249.14-
YUV174.69131.56151.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=37.98%
G=28.81%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715718100.240.130.19331.234.2571.37
HexCF9DB5018D1314b2247
Octal317235265030152351342107
Binary1100111110011101101101010110001101100111010010111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DB5; }

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

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

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

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

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

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

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

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