#CD8BAE

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

Shades of Lily #CD8BAE

Tints of Lily #CD8BAE

Color information

#CD8BAE (or 0xCD8BAE) is unknown color: approx Lily. HEX triplet: CD, 8B and AE. RGB value is (205,139,174). Sum of RGB (Red+Green+Blue) = 205+139+174=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8BAE is #327451. Grayscale: #A2A2A2. Windows color (decimal): -3306578 or 11439053. OLE color: 11439053.

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

Color convert

RGB205139174-
CMYK00.320.150.20
HSL328.18º39.76%67.45%-
HSV(B)328.18º32.2%80.39%-
XYZ42.0534.544.49-
YUV162.72134.37158.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=39.58%
G=26.83%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513917400.320.150.20328.1839.7667.45
HexCD8BAE020F141482843
Octal315213256040172451050103
Binary11001101100010111010111001000001111101001010010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BAE; }

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

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

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

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

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

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

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

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