#CD87AE

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

Shades of Lily #CD87AE

Tints of Lily #CD87AE

Color information

#CD87AE (or 0xCD87AE) is unknown color: approx Lily. HEX triplet: CD, 87 and AE. RGB value is (205,135,174). Sum of RGB (Red+Green+Blue) = 205+135+174=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD87AE is #327851. Grayscale: #A0A0A0. Windows color (decimal): -3307602 or 11438029. OLE color: 11438029.

HSL color Cylindrical-coordinate representation of color #CD87AE: hue angle of 326.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD87AE is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205135174-
CMYK00.340.150.20
HSL326.57º41.18%66.67%-
HSV(B)326.57º34.15%80.39%-
XYZ41.4833.3644.3-
YUV160.38135.69159.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=39.88%
G=26.26%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513517400.340.150.20326.5741.1866.67
HexCD87AE022F141472943
Octal315207256042172450751103
Binary11001101100001111010111001000101111101001010001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87AE; }

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

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

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

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

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

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

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

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