#CD8EB9

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

Shades of Lily #CD8EB9

Tints of Lily #CD8EB9

Color information

#CD8EB9 (or 0xCD8EB9) is unknown color: approx Lily. HEX triplet: CD, 8E and B9. RGB value is (205,142,185). Sum of RGB (Red+Green+Blue) = 205+142+185=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EB9 is #327146. Grayscale: #A5A5A5. Windows color (decimal): -3305799 or 12160717. OLE color: 12160717.

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

Color convert

RGB205142185-
CMYK00.310.100.20
HSL319.05º38.65%68.04%-
HSV(B)319.05º30.73%80.39%-
XYZ43.6135.8350.52-
YUV165.74138.87156-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=38.53%
G=26.69%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514218500.310.100.20319.0538.6568.04
HexCD8EB901FA1413f2744
Octal315216271037122447747104
Binary1100110110001110101110010111111010101001001111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EB9; }

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

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

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

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

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

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

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

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