#CF9DBE

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

Shades of Lily #CF9DBE

Tints of Lily #CF9DBE

Color information

#CF9DBE (or 0xCF9DBE) is unknown color: approx Lily. HEX triplet: CF, 9D and BE. RGB value is (207,157,190). Sum of RGB (Red+Green+Blue) = 207+157+190=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DBE is #306241. Grayscale: #AFAFAF. Windows color (decimal): -3170882 or 12492239. OLE color: 12492239.

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

Color convert

RGB207157190-
CMYK00.240.080.19
HSL320.4º34.25%71.37%-
HSV(B)320.4º24.15%81.18%-
XYZ47.0841.154.17-
YUV175.71136.06150.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=37.36%
G=28.34%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715719000.240.080.19320.434.2571.37
HexCF9DBE0188131402247
Octal317235276030102350042107
Binary1100111110011101101111100110001000100111010000001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DBE; }

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

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

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

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

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

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

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

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