#CD86B9

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

Shades of Lily #CD86B9

Tints of Lily #CD86B9

Color information

#CD86B9 (or 0xCD86B9) is unknown color: approx Lily. HEX triplet: CD, 86 and B9. RGB value is (205,134,185). Sum of RGB (Red+Green+Blue) = 205+134+185=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86B9 is #327946. Grayscale: #A0A0A0. Windows color (decimal): -3307847 or 12158669. OLE color: 12158669.

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

Color convert

RGB205134185-
CMYK00.350.100.20
HSL316.9º41.52%66.47%-
HSV(B)316.9º34.63%80.39%-
XYZ42.4633.5350.13-
YUV161.04141.52159.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=39.12%
G=25.57%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513418500.350.100.20316.941.5266.47
HexCD86B9023A1413d2a42
Octal315206271043122447552102
Binary11001101100001101011100101000111010101001001111011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86B9; }

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

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

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

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

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

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

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

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