#CF9DBD

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

Shades of Lily #CF9DBD

Tints of Lily #CF9DBD

Color information

#CF9DBD (or 0xCF9DBD) is unknown color: approx Lily. HEX triplet: CF, 9D and BD. RGB value is (207,157,189). Sum of RGB (Red+Green+Blue) = 207+157+189=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DBD is #306242. Grayscale: #AFAFAF. Windows color (decimal): -3170883 or 12426703. OLE color: 12426703.

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

Color convert

RGB207157189-
CMYK00.240.090.19
HSL321.6º34.25%71.37%-
HSV(B)321.6º24.15%81.18%-
XYZ46.9741.0553.59-
YUV175.6135.56150.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=37.43%
G=28.39%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715718900.240.090.19321.634.2571.37
HexCF9DBD0189131422247
Octal317235275030112350242107
Binary1100111110011101101111010110001001100111010000101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DBD; }

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

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

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

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

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

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

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

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