#DDAEAB

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

Shades of Oyster Pink #DDAEAB

Tints of Oyster Pink #DDAEAB

Color information

#DDAEAB (or 0xDDAEAB) is unknown color: approx Oyster Pink. HEX triplet: DD, AE and AB. RGB value is (221,174,171). Sum of RGB (Red+Green+Blue) = 221+174+171=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEAB is #225154. Grayscale: #BBBBBB. Windows color (decimal): -2249045 or 11251421. OLE color: 11251421.

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

Color convert

RGB221174171-
CMYK00.210.230.13
HSL3.6º42.37%76.86%-
HSV(B)3.6º22.62%86.67%-
XYZ52.3148.5845.15-
YUV187.71118.57151.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=39.05%
G=30.74%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117417100.210.230.133.642.3776.86
HexDDAEAB01517D42a4d
Octal3352562530252715452115
Binary1101110110101110101010110101011011111011001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEAB; }

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

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

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

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

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

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

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

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