#CD8AAF

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

Shades of Lily #CD8AAF

Tints of Lily #CD8AAF

Color information

#CD8AAF (or 0xCD8AAF) is unknown color: approx Lily. HEX triplet: CD, 8A and AF. RGB value is (205,138,175). Sum of RGB (Red+Green+Blue) = 205+138+175=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8AAF is #327550. Grayscale: #A2A2A2. Windows color (decimal): -3306833 or 11504333. OLE color: 11504333.

HSL color Cylindrical-coordinate representation of color #CD8AAF: hue angle of 326.87º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8AAF is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205138175-
CMYK00.330.150.20
HSL326.87º40.12%67.25%-
HSV(B)326.87º32.68%80.39%-
XYZ4234.2544.95-
YUV162.25135.2158.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=39.58%
G=26.64%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513817500.330.150.20326.8740.1267.25
HexCD8AAF021F141472843
Octal315212257041172450750103
Binary11001101100010101010111101000011111101001010001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AAF; }

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

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

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

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

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

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

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

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