#CD8EBC

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

Shades of Lily #CD8EBC

Tints of Lily #CD8EBC

Color information

#CD8EBC (or 0xCD8EBC) is unknown color: approx Lily. HEX triplet: CD, 8E and BC. RGB value is (205,142,188). Sum of RGB (Red+Green+Blue) = 205+142+188=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EBC is #327143. Grayscale: #A5A5A5. Windows color (decimal): -3305796 or 12357325. OLE color: 12357325.

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

Color convert

RGB205142188-
CMYK00.310.080.20
HSL316.19º38.65%68.04%-
HSV(B)316.19º30.73%80.39%-
XYZ43.9335.9652.2-
YUV166.08140.37155.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=38.32%
G=26.54%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514218800.310.080.20316.1938.6568.04
HexCD8EBC01F81413c2744
Octal315216274037102447447104
Binary1100110110001110101111000111111000101001001111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EBC; }

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

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

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

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

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

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

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

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