#CD97BA

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

Shades of Lily #CD97BA

Tints of Lily #CD97BA

Color information

#CD97BA (or 0xCD97BA) is unknown color: approx Lily. HEX triplet: CD, 97 and BA. RGB value is (205,151,186). Sum of RGB (Red+Green+Blue) = 205+151+186=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CD97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97BA is #326845. Grayscale: #ABABAB. Windows color (decimal): -3303494 or 12228557. OLE color: 12228557.

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

Color convert

RGB205151186-
CMYK00.260.090.20
HSL321.11º35.06%69.8%-
HSV(B)321.11º26.34%80.39%-
XYZ45.1138.6651.54-
YUV171.14136.39152.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=37.82%
G=27.86%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515118600.260.090.20321.1135.0669.8
HexCD97BA01A9141412346
Octal315227272032112450143106
Binary1100110110010111101110100110101001101001010000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97BA; }

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

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

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

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

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

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

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

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