#CD8EB2

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

Shades of Lily #CD8EB2

Tints of Lily #CD8EB2

Color information

#CD8EB2 (or 0xCD8EB2) is unknown color: approx Lily. HEX triplet: CD, 8E and B2. RGB value is (205,142,178). Sum of RGB (Red+Green+Blue) = 205+142+178=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8EB2 is #32714D. Grayscale: #A4A4A4. Windows color (decimal): -3305806 or 11701965. OLE color: 11701965.

HSL color Cylindrical-coordinate representation of color #CD8EB2: hue angle of 325.71º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8EB2 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB205142178-
CMYK00.310.130.20
HSL325.71º38.65%68.04%-
HSV(B)325.71º30.73%80.39%-
XYZ42.8935.5446.72-
YUV164.94135.37156.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=39.05%
G=27.05%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514217800.310.130.20325.7138.6568.04
HexCD8EB201FD141462744
Octal315216262037152450647104
Binary1100110110001110101100100111111101101001010001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EB2; }

 p { color: rgb(205,142,178); }

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

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

 a { background-color: rgb(205,142,178); }

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

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

 span { border-color: rgb(205,142,178); }

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