#DDABAB

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

Shades of Oyster Pink #DDABAB

Tints of Oyster Pink #DDABAB

Color information

#DDABAB (or 0xDDABAB) is unknown color: approx Oyster Pink. HEX triplet: DD, AB and AB. RGB value is (221,171,171). Sum of RGB (Red+Green+Blue) = 221+171+171=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABAB is #225454. Grayscale: #BABABA. Windows color (decimal): -2249813 or 11250653. OLE color: 11250653.

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

Color convert

RGB221171171-
CMYK00.230.230.13
HSL42.37%76.86%-
HSV(B)22.62%86.67%-
XYZ51.7347.4444.96-
YUV185.95119.56153-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=39.25%
G=30.37%
B=30.37%

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
Decimal22117117100.230.230.13042.3776.86
HexDDABAB01717D02a4d
Octal3352532530272715052115
Binary11011101101010111010101101011110111110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABAB; }

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

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

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

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

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

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

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

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