#DDAEAE

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

Shades of Oyster Pink #DDAEAE

Tints of Oyster Pink #DDAEAE

Color information

#DDAEAE (or 0xDDAEAE) is unknown color: approx Oyster Pink. HEX triplet: DD, AE and AE. RGB value is (221,174,174). Sum of RGB (Red+Green+Blue) = 221+174+174=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEAE is #225151. Grayscale: #BCBCBC. Windows color (decimal): -2249042 or 11448029. OLE color: 11448029.

HSL color Cylindrical-coordinate representation of color #DDAEAE: hue angle of 0º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEAE is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221174174-
CMYK00.210.210.13
HSL40.87%77.45%-
HSV(B)21.27%86.67%-
XYZ52.5948.746.67-
YUV188.05120.07151.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=38.84%
G=30.58%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117417400.210.210.13040.8777.45
HexDDAEAE01515D0294d
Octal3352562560252515051115
Binary11011101101011101010111001010110101110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEAE; }

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

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

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

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

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

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

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

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