#DDADAA

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

Shades of Oyster Pink #DDADAA

Tints of Oyster Pink #DDADAA

Color information

#DDADAA (or 0xDDADAA) is unknown color: approx Oyster Pink. HEX triplet: DD, AD and AA. RGB value is (221,173,170). Sum of RGB (Red+Green+Blue) = 221+173+170=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADAA is #225255. Grayscale: #BBBBBB. Windows color (decimal): -2249302 or 11185629. OLE color: 11185629.

HSL color Cylindrical-coordinate representation of color #DDADAA: hue angle of 3.53º 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 #DDADAA is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221173170-
CMYK00.220.230.13
HSL3.53º42.86%76.67%-
HSV(B)3.53º23.08%86.67%-
XYZ52.0248.1644.58-
YUV187.01118.4152.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=39.18%
G=30.67%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117317000.220.230.133.5342.8676.67
HexDDADAA01617D42b4d
Octal3352552520262715453115
Binary1101110110101101101010100101101011111011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADAA; }

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

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

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

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

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

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

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

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