#CD95AE

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

Shades of Lily #CD95AE

Tints of Lily #CD95AE

Color information

#CD95AE (or 0xCD95AE) is unknown color: approx Lily. HEX triplet: CD, 95 and AE. RGB value is (205,149,174). Sum of RGB (Red+Green+Blue) = 205+149+174=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD95AE is #326A51. Grayscale: #A8A8A8. Windows color (decimal): -3304018 or 11441613. OLE color: 11441613.

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

Color convert

RGB205149174-
CMYK00.270.150.20
HSL333.21º35.9%69.41%-
HSV(B)333.21º27.32%80.39%-
XYZ43.5637.5344.99-
YUV168.59131.05153.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=38.83%
G=28.22%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514917400.270.150.20333.2135.969.41
HexCD95AE01BF1414d2445
Octal315225256033172451544105
Binary1100110110010101101011100110111111101001010011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95AE; }

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

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

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

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

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

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

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

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