#CD91BB

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

Shades of Lily #CD91BB

Tints of Lily #CD91BB

Color information

#CD91BB (or 0xCD91BB) is unknown color: approx Lily. HEX triplet: CD, 91 and BB. RGB value is (205,145,187). Sum of RGB (Red+Green+Blue) = 205+145+187=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91BB is #326E44. Grayscale: #A7A7A7. Windows color (decimal): -3305029 or 12292557. OLE color: 12292557.

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

Color convert

RGB205145187-
CMYK00.290.090.20
HSL318º37.5%68.63%-
HSV(B)318º29.27%80.39%-
XYZ44.2736.8251.79-
YUV167.73138.88154.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 145 (57.03% from 255) = 27.00%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=38.18%
G=27.00%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514518700.290.090.2031837.568.63
HexCD91BB01D91413e2645
Octal315221273035112447646105
Binary1100110110010001101110110111011001101001001111101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91BB; }

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

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

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

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

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

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

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

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