#DDAAAA

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

Shades of Oyster Pink #DDAAAA

Tints of Oyster Pink #DDAAAA

Color information

#DDAAAA (or 0xDDAAAA) is unknown color: approx Oyster Pink. HEX triplet: DD, AA and AA. RGB value is (221,170,170). Sum of RGB (Red+Green+Blue) = 221+170+170=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAAA is #225555. Grayscale: #B9B9B9. Windows color (decimal): -2250070 or 11184861. OLE color: 11184861.

HSL color Cylindrical-coordinate representation of color #DDAAAA: hue angle of 0º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAAA is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221170170-
CMYK00.230.230.13
HSL42.86%76.67%-
HSV(B)23.08%86.67%-
XYZ51.4547.0244.4-
YUV185.25119.4153.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=39.39%
G=30.30%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117017000.230.230.13042.8676.67
HexDDAAAA01717D02b4d
Octal3352522520272715053115
Binary11011101101010101010101001011110111110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAAA; }

 p { color: rgb(221,170,170); }

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

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

 a { background-color: rgb(221,170,170); }

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

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

 span { border-color: rgb(221,170,170); }

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