#CD8DAF

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

Shades of Lily #CD8DAF

Tints of Lily #CD8DAF

Color information

#CD8DAF (or 0xCD8DAF) is unknown color: approx Lily. HEX triplet: CD, 8D and AF. RGB value is (205,141,175). Sum of RGB (Red+Green+Blue) = 205+141+175=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8DAF is #327250. Grayscale: #A3A3A3. Windows color (decimal): -3306065 or 11505101. OLE color: 11505101.

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

Color convert

RGB205141175-
CMYK00.310.150.20
HSL328.12º39.02%67.84%-
HSV(B)328.12º31.22%80.39%-
XYZ42.4435.1245.1-
YUV164.01134.2157.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=39.35%
G=27.06%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514117500.310.150.20328.1239.0267.84
HexCD8DAF01FF141482744
Octal315215257037172451047104
Binary1100110110001101101011110111111111101001010010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DAF; }

 p { color: rgb(205,141,175); }

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

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

 a { background-color: rgb(205,141,175); }

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

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

 span { border-color: rgb(205,141,175); }

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