#DDACAC

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

Shades of Oyster Pink #DDACAC

Tints of Oyster Pink #DDACAC

Color information

#DDACAC (or 0xDDACAC) is unknown color: approx Oyster Pink. HEX triplet: DD, AC and AC. RGB value is (221,172,172). Sum of RGB (Red+Green+Blue) = 221+172+172=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACAC is #225353. Grayscale: #BABABA. Windows color (decimal): -2249556 or 11316445. OLE color: 11316445.

HSL color Cylindrical-coordinate representation of color #DDACAC: 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.22%. Process color model (Four color, CMYK) of #DDACAC is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221172172-
CMYK00.220.220.13
HSL41.88%77.06%-
HSV(B)22.17%86.67%-
XYZ52.0247.8645.53-
YUV186.65119.73152.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=39.12%
G=30.44%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117217200.220.220.13041.8877.06
HexDDACAC01616D02a4d
Octal3352542540262615052115
Binary11011101101011001010110001011010110110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACAC; }

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

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

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

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

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

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

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

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