#DDADAC

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

Shades of Oyster Pink #DDADAC

Tints of Oyster Pink #DDADAC

Color information

#DDADAC (or 0xDDADAC) is unknown color: approx Oyster Pink. HEX triplet: DD, AD and AC. RGB value is (221,173,172). Sum of RGB (Red+Green+Blue) = 221+173+172=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADAC is #225253. Grayscale: #BBBBBB. Windows color (decimal): -2249300 or 11316701. OLE color: 11316701.

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

Color convert

RGB221173172-
CMYK00.220.220.13
HSL1.22º41.88%77.06%-
HSV(B)1.22º22.17%86.67%-
XYZ52.2148.2445.59-
YUV187.24119.4152.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=39.05%
G=30.57%
B=30.39%

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
Decimal22117317200.220.220.131.2241.8877.06
HexDDADAC01616D12a4d
Octal3352552540262615152115
Binary11011101101011011010110001011010110110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADAC; }

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

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

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

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

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

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

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

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