#DDAEAD

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

Shades of Oyster Pink #DDAEAD

Tints of Oyster Pink #DDAEAD

Color information

#DDAEAD (or 0xDDAEAD) is unknown color: approx Oyster Pink. HEX triplet: DD, AE and AD. RGB value is (221,174,173). Sum of RGB (Red+Green+Blue) = 221+174+173=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEAD is #225152. Grayscale: #BBBBBB. Windows color (decimal): -2249043 or 11382493. OLE color: 11382493.

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

Color convert

RGB221174173-
CMYK00.210.220.13
HSL1.25º41.38%77.25%-
HSV(B)1.25º21.72%86.67%-
XYZ52.548.6646.16-
YUV187.94119.57151.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=38.91%
G=30.63%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117417300.210.220.131.2541.3877.25
HexDDAEAD01516D1294d
Octal3352562550252615151115
Binary11011101101011101010110101010110110110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEAD; }

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

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

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

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

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

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

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

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