#CD7EB9

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

Shades of Lily #CD7EB9

Tints of Lily #CD7EB9

Color information

#CD7EB9 (or 0xCD7EB9) is unknown color: approx Lily. HEX triplet: CD, 7E and B9. RGB value is (205,126,185). Sum of RGB (Red+Green+Blue) = 205+126+185=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EB9 is #328146. Grayscale: #9C9C9C. Windows color (decimal): -3309895 or 12156621. OLE color: 12156621.

HSL color Cylindrical-coordinate representation of color #CD7EB9: hue angle of 315.19º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7EB9 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205126185-
CMYK00.390.100.20
HSL315.19º44.13%64.9%-
HSV(B)315.19º38.54%80.39%-
XYZ41.3931.449.78-
YUV156.35144.17162.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=39.73%
G=24.42%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512618500.390.100.20315.1944.1364.9
HexCD7EB9027A1413b2c41
Octal315176271047122447354101
Binary1100110111111101011100101001111010101001001110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EB9; }

 p { color: rgb(205,126,185); }

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

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

 a { background-color: rgb(205,126,185); }

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

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

 span { border-color: rgb(205,126,185); }

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