#D5ADAB

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

Shades of Oyster Pink #D5ADAB

Tints of Oyster Pink #D5ADAB

Color information

#D5ADAB (or 0xD5ADAB) is unknown color: approx Oyster Pink. HEX triplet: D5, AD and AB. RGB value is (213,173,171). Sum of RGB (Red+Green+Blue) = 213+173+171=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADAB is #2A5254. Grayscale: #B8B8B8. Windows color (decimal): -2773589 or 11251157. OLE color: 11251157.

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

Color convert

RGB213173171-
CMYK00.190.200.16
HSL2.86º33.33%75.29%-
HSV(B)2.86º19.72%83.53%-
XYZ49.7346.9744.97-
YUV184.73120.25148.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=38.24%
G=31.06%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317317100.190.200.162.8633.3375.29
HexD5ADAB01314103214b
Octal3252552530232420341113
Binary1101010110101101101010110100111010010000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADAB; }

 p { color: rgb(213,173,171); }

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

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

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

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

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

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

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