#D3ADAD

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

Shades of Oyster Pink #D3ADAD

Tints of Oyster Pink #D3ADAD

Color information

#D3ADAD (or 0xD3ADAD) is unknown color: approx Oyster Pink. HEX triplet: D3, AD and AD. RGB value is (211,173,173). Sum of RGB (Red+Green+Blue) = 211+173+173=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ADAD is #2C5252. Grayscale: #B8B8B8. Windows color (decimal): -2904659 or 11382227. OLE color: 11382227.

HSL color Cylindrical-coordinate representation of color #D3ADAD: hue angle of 0º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ADAD is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211173173-
CMYK00.180.180.17
HSL30.16%75.29%-
HSV(B)18.01%82.75%-
XYZ49.3546.7545.96-
YUV184.36121.59147-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.88%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=37.88%
G=31.06%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117317300.180.180.17030.1675.29
HexD3ADAD012121101e4b
Octal3232552550222221036113
Binary11010011101011011010110101001010010100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADAD; }

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

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

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

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

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

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

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

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