#D8ADAD

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

Shades of Oyster Pink #D8ADAD

Tints of Oyster Pink #D8ADAD

Color information

#D8ADAD (or 0xD8ADAD) is unknown color: approx Oyster Pink. HEX triplet: D8, AD and AD. RGB value is (216,173,173). Sum of RGB (Red+Green+Blue) = 216+173+173=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADAD is #275252. Grayscale: #B9B9B9. Windows color (decimal): -2576979 or 11382232. OLE color: 11382232.

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

Color convert

RGB216173173-
CMYK00.200.200.15
HSL35.54%76.27%-
HSV(B)19.91%84.71%-
XYZ50.8147.546.03-
YUV185.86120.75149.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=38.43%
G=30.78%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617317300.200.200.15035.5476.27
HexD8ADAD01414F0244c
Octal3302552550242417044114
Binary11011000101011011010110101010010100111101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADAD; }

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

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

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

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

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

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

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

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