#CD97BE

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

Shades of Lily #CD97BE

Tints of Lily #CD97BE

Color information

#CD97BE (or 0xCD97BE) is unknown color: approx Lily. HEX triplet: CD, 97 and BE. RGB value is (205,151,190). Sum of RGB (Red+Green+Blue) = 205+151+190=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CD97BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97BE is #326841. Grayscale: #ABABAB. Windows color (decimal): -3303490 or 12490701. OLE color: 12490701.

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

Color convert

RGB205151190-
CMYK00.260.070.20
HSL316.67º35.06%69.8%-
HSV(B)316.67º26.34%80.39%-
XYZ45.5438.8353.81-
YUV171.59138.39151.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=37.55%
G=27.66%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515119000.260.070.20316.6735.0669.8
HexCD97BE01A71413d2346
Octal31522727603272447543106
Binary110011011001011110111110011010111101001001111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97BE; }

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

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

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

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

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

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

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

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