#CD89B1

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

Shades of Lily #CD89B1

Tints of Lily #CD89B1

Color information

#CD89B1 (or 0xCD89B1) is unknown color: approx Lily. HEX triplet: CD, 89 and B1. RGB value is (205,137,177). Sum of RGB (Red+Green+Blue) = 205+137+177=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD89B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD89B1 is #32764E. Grayscale: #A1A1A1. Windows color (decimal): -3307087 or 11635149. OLE color: 11635149.

HSL color Cylindrical-coordinate representation of color #CD89B1: hue angle of 324.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD89B1 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB205137177-
CMYK00.330.140.20
HSL324.71º40.48%67.06%-
HSV(B)324.71º33.17%80.39%-
XYZ42.0634.0445.95-
YUV161.89136.53158.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=39.50%
G=26.40%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513717700.330.140.20324.7140.4867.06
HexCD89B1021E141452843
Octal315211261041162450550103
Binary11001101100010011011000101000011110101001010001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD89B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD89B1; }

 p { color: rgb(205,137,177); }

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

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

 a { background-color: rgb(205,137,177); }

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

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

 span { border-color: rgb(205,137,177); }

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