#DDADAD

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

Shades of Oyster Pink #DDADAD

Tints of Oyster Pink #DDADAD

Color information

#DDADAD (or 0xDDADAD) is unknown color: approx Oyster Pink. HEX triplet: DD, AD and AD. RGB value is (221,173,173). Sum of RGB (Red+Green+Blue) = 221+173+173=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADAD is #225252. Grayscale: #BBBBBB. Windows color (decimal): -2249299 or 11382237. OLE color: 11382237.

HSL color Cylindrical-coordinate representation of color #DDADAD: 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.22%. Process color model (Four color, CMYK) of #DDADAD is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221173173-
CMYK00.220.220.13
HSL41.38%77.25%-
HSV(B)21.72%86.67%-
XYZ52.3148.2846.1-
YUV187.35119.9152-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=38.98%
G=30.51%
B=30.51%

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
Decimal22117317300.220.220.13041.3877.25
HexDDADAD01616D0294d
Octal3352552550262615051115
Binary11011101101011011010110101011010110110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADAD; }

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

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

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

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

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

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

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

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