#D4ADAD

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

Shades of Oyster Pink #D4ADAD

Tints of Oyster Pink #D4ADAD

Color information

#D4ADAD (or 0xD4ADAD) is unknown color: approx Oyster Pink. HEX triplet: D4, AD and AD. RGB value is (212,173,173). Sum of RGB (Red+Green+Blue) = 212+173+173=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADAD is #2B5252. Grayscale: #B8B8B8. Windows color (decimal): -2839123 or 11382228. OLE color: 11382228.

HSL color Cylindrical-coordinate representation of color #D4ADAD: hue angle of 0º degrees, saturation: 0.31, 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 #D4ADAD is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212173173-
CMYK00.180.180.17
HSL31.2%75.49%-
HSV(B)18.4%83.14%-
XYZ49.6446.945.97-
YUV184.66121.42147.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=37.99%
G=31.00%
B=31.00%

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
Decimal21217317300.180.180.17031.275.49
HexD4ADAD012121101f4b
Octal3242552550222221037113
Binary11010100101011011010110101001010010100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADAD; }

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

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

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

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

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

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

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

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