#CD86AD

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

Shades of Lily #CD86AD

Tints of Lily #CD86AD

Color information

#CD86AD (or 0xCD86AD) is unknown color: approx Lily. HEX triplet: CD, 86 and AD. RGB value is (205,134,173). Sum of RGB (Red+Green+Blue) = 205+134+173=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD86AD is #327952. Grayscale: #9F9F9F. Windows color (decimal): -3307859 or 11372237. OLE color: 11372237.

HSL color Cylindrical-coordinate representation of color #CD86AD: hue angle of 327.04º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD86AD is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205134173-
CMYK00.350.160.20
HSL327.04º41.52%66.47%-
HSV(B)327.04º34.63%80.39%-
XYZ41.2433.0543.74-
YUV159.68135.52160.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=40.04%
G=26.17%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513417300.350.160.20327.0441.5266.47
HexCD86AD02310141472a42
Octal315206255043202450752102
Binary110011011000011010101101010001110000101001010001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86AD; }

 p { color: rgb(205,134,173); }

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

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

 a { background-color: rgb(205,134,173); }

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

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

 span { border-color: rgb(205,134,173); }

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