#CD7EAE

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

Shades of Lily #CD7EAE

Tints of Lily #CD7EAE

Color information

#CD7EAE (or 0xCD7EAE) is unknown color: approx Lily. HEX triplet: CD, 7E and AE. RGB value is (205,126,174). Sum of RGB (Red+Green+Blue) = 205+126+174=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7EAE is #328151. Grayscale: #9A9A9A. Windows color (decimal): -3309906 or 11435725. OLE color: 11435725.

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

Color convert

RGB205126174-
CMYK00.390.150.20
HSL323.54º44.13%64.9%-
HSV(B)323.54º38.54%80.39%-
XYZ40.2830.9643.9-
YUV155.09138.67163.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 126 (49.61% from 255) = 24.95%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=40.59%
G=24.95%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512617400.390.150.20323.5444.1364.9
HexCD7EAE027F141442c41
Octal315176256047172450454101
Binary1100110111111101010111001001111111101001010001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EAE; }

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

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

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

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

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

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

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

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