#DDAEAC

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

Shades of Oyster Pink #DDAEAC

Tints of Oyster Pink #DDAEAC

Color information

#DDAEAC (or 0xDDAEAC) is unknown color: approx Oyster Pink. HEX triplet: DD, AE and AC. RGB value is (221,174,172). Sum of RGB (Red+Green+Blue) = 221+174+172=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEAC is #225153. Grayscale: #BBBBBB. Windows color (decimal): -2249044 or 11316957. OLE color: 11316957.

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

Color convert

RGB221174172-
CMYK00.210.220.13
HSL2.45º41.88%77.06%-
HSV(B)2.45º22.17%86.67%-
XYZ52.448.6245.65-
YUV187.82119.07151.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=38.98%
G=30.69%
B=30.34%

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
Decimal22117417200.210.220.132.4541.8877.06
HexDDAEAC01516D22a4d
Octal3352562540252615252115
Binary110111011010111010101100010101101101101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEAC; }

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

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

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

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

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

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

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

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