#D7ADAD

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

Shades of Oyster Pink #D7ADAD

Tints of Oyster Pink #D7ADAD

Color information

#D7ADAD (or 0xD7ADAD) is unknown color: approx Oyster Pink. HEX triplet: D7, AD and AD. RGB value is (215,173,173). Sum of RGB (Red+Green+Blue) = 215+173+173=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADAD is #285252. Grayscale: #B9B9B9. Windows color (decimal): -2642515 or 11382231. OLE color: 11382231.

HSL color Cylindrical-coordinate representation of color #D7ADAD: hue angle of 0º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADAD is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215173173-
CMYK00.200.200.16
HSL34.43%76.08%-
HSV(B)19.53%84.31%-
XYZ50.5147.3546.01-
YUV185.56120.91149-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=38.32%
G=30.84%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517317300.200.200.16034.4376.08
HexD7ADAD01414100224c
Octal3272552550242420042114
Binary110101111010110110101101010100101001000001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADAD; }

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

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

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

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

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

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

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

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