#CD9ABE

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

Shades of Lily #CD9ABE

Tints of Lily #CD9ABE

Color information

#CD9ABE (or 0xCD9ABE) is unknown color: approx Lily. HEX triplet: CD, 9A and BE. RGB value is (205,154,190). Sum of RGB (Red+Green+Blue) = 205+154+190=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9ABE is #326541. Grayscale: #ADADAD. Windows color (decimal): -3302722 or 12491469. OLE color: 12491469.

HSL color Cylindrical-coordinate representation of color #CD9ABE: hue angle of 317.65º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD9ABE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205154190-
CMYK00.250.070.20
HSL317.65º33.77%70.39%-
HSV(B)317.65º24.88%80.39%-
XYZ46.0339.8153.97-
YUV173.35137.4150.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=37.34%
G=28.05%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515419000.250.070.20317.6533.7770.39
HexCD9ABE01971413e2246
Octal31523227603172447642106
Binary110011011001101010111110011001111101001001111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9ABE; }

 p { color: rgb(205,154,190); }

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

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

 a { background-color: rgb(205,154,190); }

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

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

 span { border-color: rgb(205,154,190); }

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