#CD8DAE

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

Shades of Lily #CD8DAE

Tints of Lily #CD8DAE

Color information

#CD8DAE (or 0xCD8DAE) is unknown color: approx Lily. HEX triplet: CD, 8D and AE. RGB value is (205,141,174). Sum of RGB (Red+Green+Blue) = 205+141+174=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8DAE is #327251. Grayscale: #A3A3A3. Windows color (decimal): -3306066 or 11439565. OLE color: 11439565.

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

Color convert

RGB205141174-
CMYK00.310.150.20
HSL329.06º39.02%67.84%-
HSV(B)329.06º31.22%80.39%-
XYZ42.3435.0844.58-
YUV163.9133.7157.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=39.42%
G=27.12%
B=33.46%

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
Decimal20514117400.310.150.20329.0639.0267.84
HexCD8DAE01FF141492744
Octal315215256037172451147104
Binary1100110110001101101011100111111111101001010010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DAE; }

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

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

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

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

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

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

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

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