#CF9DBA

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

Shades of Lily #CF9DBA

Tints of Lily #CF9DBA

Color information

#CF9DBA (or 0xCF9DBA) is unknown color: approx Lily. HEX triplet: CF, 9D and BA. RGB value is (207,157,186). Sum of RGB (Red+Green+Blue) = 207+157+186=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DBA is #306245. Grayscale: #AFAFAF. Windows color (decimal): -3170886 or 12230095. OLE color: 12230095.

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

Color convert

RGB207157186-
CMYK00.240.100.19
HSL325.2º34.25%71.37%-
HSV(B)325.2º24.15%81.18%-
XYZ46.6540.9251.89-
YUV175.26134.06150.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=37.64%
G=28.55%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715718600.240.100.19325.234.2571.37
HexCF9DBA018A131452247
Octal317235272030122350542107
Binary1100111110011101101110100110001010100111010001011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DBA; }

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

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

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

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

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

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

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

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