#CD9AAF

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

Shades of Lily #CD9AAF

Tints of Lily #CD9AAF

Color information

#CD9AAF (or 0xCD9AAF) is unknown color: approx Lily. HEX triplet: CD, 9A and AF. RGB value is (205,154,175). Sum of RGB (Red+Green+Blue) = 205+154+175=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9AAF is #326550. Grayscale: #ABABAB. Windows color (decimal): -3302737 or 11508429. OLE color: 11508429.

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

Color convert

RGB205154175-
CMYK00.250.150.20
HSL335.29º33.77%70.39%-
HSV(B)335.29º24.88%80.39%-
XYZ44.4739.1945.78-
YUV171.64129.9151.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=38.39%
G=28.84%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515417500.250.150.20335.2933.7770.39
HexCD9AAF019F1414f2246
Octal315232257031172451742106
Binary1100110110011010101011110110011111101001010011111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AAF; }

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

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

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

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

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

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

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

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