#CD97BD

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

Shades of Lily #CD97BD

Tints of Lily #CD97BD

Color information

#CD97BD (or 0xCD97BD) is unknown color: approx Lily. HEX triplet: CD, 97 and BD. RGB value is (205,151,189). Sum of RGB (Red+Green+Blue) = 205+151+189=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD97BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97BD is #326842. Grayscale: #ABABAB. Windows color (decimal): -3303491 or 12425165. OLE color: 12425165.

HSL color Cylindrical-coordinate representation of color #CD97BD: hue angle of 317.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD97BD is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205151189-
CMYK00.260.080.20
HSL317.78º35.06%69.8%-
HSV(B)317.78º26.34%80.39%-
XYZ45.4338.7953.24-
YUV171.48137.89151.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=37.61%
G=27.71%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515118900.260.080.20317.7835.0669.8
HexCD97BD01A81413e2346
Octal315227275032102447643106
Binary1100110110010111101111010110101000101001001111101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97BD; }

 p { color: rgb(205,151,189); }

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

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

 a { background-color: rgb(205,151,189); }

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

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

 span { border-color: rgb(205,151,189); }

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