#CD93AD

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

Shades of Lily #CD93AD

Tints of Lily #CD93AD

Color information

#CD93AD (or 0xCD93AD) is unknown color: approx Lily. HEX triplet: CD, 93 and AD. RGB value is (205,147,173). Sum of RGB (Red+Green+Blue) = 205+147+173=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD93AD is #326C52. Grayscale: #A7A7A7. Windows color (decimal): -3304531 or 11375565. OLE color: 11375565.

HSL color Cylindrical-coordinate representation of color #CD93AD: hue angle of 333.1º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD93AD is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205147173-
CMYK00.280.160.20
HSL333.1º36.71%69.02%-
HSV(B)333.1º28.29%80.39%-
XYZ43.1536.8644.38-
YUV167.31131.22154.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=39.05%
G=28%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514717300.280.160.20333.136.7169.02
HexCD93AD01C101414d2545
Octal315223255034202451545105
Binary11001101100100111010110101110010000101001010011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93AD; }

 p { color: rgb(205,147,173); }

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

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

 a { background-color: rgb(205,147,173); }

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

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

 span { border-color: rgb(205,147,173); }

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