#DDACAB

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

Shades of Oyster Pink #DDACAB

Tints of Oyster Pink #DDACAB

Color information

#DDACAB (or 0xDDACAB) is unknown color: approx Oyster Pink. HEX triplet: DD, AC and AB. RGB value is (221,172,171). Sum of RGB (Red+Green+Blue) = 221+172+171=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACAB is #225354. Grayscale: #BABABA. Windows color (decimal): -2249557 or 11250909. OLE color: 11250909.

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

Color convert

RGB221172171-
CMYK00.220.230.13
HSL1.2º42.37%76.86%-
HSV(B)1.2º22.62%86.67%-
XYZ51.9247.8245.02-
YUV186.54119.23152.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=39.18%
G=30.50%
B=30.32%

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
Decimal22117217100.220.230.131.242.3776.86
HexDDACAB01617D12a4d
Octal3352542530262715152115
Binary11011101101011001010101101011010111110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACAB; }

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

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

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

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

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

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

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

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