#DDABAA

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

Shades of Oyster Pink #DDABAA

Tints of Oyster Pink #DDABAA

Color information

#DDABAA (or 0xDDABAA) is unknown color: approx Oyster Pink. HEX triplet: DD, AB and AA. RGB value is (221,171,170). Sum of RGB (Red+Green+Blue) = 221+171+170=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABAA is #225455. Grayscale: #B9B9B9. Windows color (decimal): -2249814 or 11185117. OLE color: 11185117.

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

Color convert

RGB221171170-
CMYK00.230.230.13
HSL1.18º42.86%76.67%-
HSV(B)1.18º23.08%86.67%-
XYZ51.6447.444.46-
YUV185.84119.06153.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=39.32%
G=30.43%
B=30.25%

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
Decimal22117117000.230.230.131.1842.8676.67
HexDDABAA01717D12b4d
Octal3352532520272715153115
Binary11011101101010111010101001011110111110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABAA; }

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

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

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

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

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

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

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

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