#DDADAB

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

Shades of Oyster Pink #DDADAB

Tints of Oyster Pink #DDADAB

Color information

#DDADAB (or 0xDDADAB) is unknown color: approx Oyster Pink. HEX triplet: DD, AD and AB. RGB value is (221,173,171). Sum of RGB (Red+Green+Blue) = 221+173+171=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADAB is #225254. Grayscale: #BBBBBB. Windows color (decimal): -2249301 or 11251165. OLE color: 11251165.

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

Color convert

RGB221173171-
CMYK00.220.230.13
HSL2.4º42.37%76.86%-
HSV(B)2.4º22.62%86.67%-
XYZ52.1148.245.08-
YUV187.12118.9152.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=39.12%
G=30.62%
B=30.27%

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
Decimal22117317100.220.230.132.442.3776.86
HexDDADAB01617D22a4d
Octal3352552530262715252115
Binary110111011010110110101011010110101111101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADAB; }

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

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

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

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

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

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

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

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