#CF9ABD

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

Shades of Lily #CF9ABD

Tints of Lily #CF9ABD

Color information

#CF9ABD (or 0xCF9ABD) is unknown color: approx Lily. HEX triplet: CF, 9A and BD. RGB value is (207,154,189). Sum of RGB (Red+Green+Blue) = 207+154+189=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ABD is #306542. Grayscale: #ADADAD. Windows color (decimal): -3171651 or 12425935. OLE color: 12425935.

HSL color Cylindrical-coordinate representation of color #CF9ABD: hue angle of 320.38º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9ABD is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207154189-
CMYK00.260.090.19
HSL320.38º35.57%70.78%-
HSV(B)320.38º25.6%81.18%-
XYZ46.4740.0553.43-
YUV173.84136.56151.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=37.64%
G=28%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715418900.260.090.19320.3835.5770.78
HexCF9ABD01A9131402447
Octal317232275032112350044107
Binary1100111110011010101111010110101001100111010000001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ABD; }

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

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

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

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

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

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

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

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