#CD91AE

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

Shades of Lily #CD91AE

Tints of Lily #CD91AE

Color information

#CD91AE (or 0xCD91AE) is unknown color: approx Lily. HEX triplet: CD, 91 and AE. RGB value is (205,145,174). Sum of RGB (Red+Green+Blue) = 205+145+174=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD91AE is #326E51. Grayscale: #A6A6A6. Windows color (decimal): -3305042 or 11440589. OLE color: 11440589.

HSL color Cylindrical-coordinate representation of color #CD91AE: hue angle of 331º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD91AE is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205145174-
CMYK00.290.150.20
HSL331º37.5%68.63%-
HSV(B)331º29.27%80.39%-
XYZ42.9436.2944.78-
YUV166.25132.38155.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=39.12%
G=27.67%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514517400.290.150.2033137.568.63
HexCD91AE01DF1414b2645
Octal315221256035172451346105
Binary1100110110010001101011100111011111101001010010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91AE; }

 p { color: rgb(205,145,174); }

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

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

 a { background-color: rgb(205,145,174); }

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

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

 span { border-color: rgb(205,145,174); }

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