#CD97AF

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

Shades of Lily #CD97AF

Tints of Lily #CD97AF

Color information

#CD97AF (or 0xCD97AF) is unknown color: approx Lily. HEX triplet: CD, 97 and AF. RGB value is (205,151,175). Sum of RGB (Red+Green+Blue) = 205+151+175=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD97AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD97AF is #326850. Grayscale: #A9A9A9. Windows color (decimal): -3303505 or 11507661. OLE color: 11507661.

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

Color convert

RGB205151175-
CMYK00.260.150.20
HSL333.33º35.06%69.8%-
HSV(B)333.33º26.34%80.39%-
XYZ43.9838.2145.61-
YUV169.88130.89153.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=38.61%
G=28.44%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515117500.260.150.20333.3335.0669.8
HexCD97AF01AF1414d2346
Octal315227257032172451543106
Binary1100110110010111101011110110101111101001010011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97AF; }

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

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

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

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

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

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

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

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