#D7AFAD

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

Shades of Oyster Pink #D7AFAD

Tints of Oyster Pink #D7AFAD

Color information

#D7AFAD (or 0xD7AFAD) is unknown color: approx Oyster Pink. HEX triplet: D7, AF and AD. RGB value is (215,175,173). Sum of RGB (Red+Green+Blue) = 215+175+173=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AFAD is #285052. Grayscale: #BABABA. Windows color (decimal): -2642003 or 11382743. OLE color: 11382743.

HSL color Cylindrical-coordinate representation of color #D7AFAD: hue angle of 2.86º 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 #D7AFAD is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215175173-
CMYK00.190.200.16
HSL2.86º34.43%76.08%-
HSV(B)2.86º19.53%84.31%-
XYZ50.948.1246.14-
YUV186.73120.25148.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=38.19%
G=31.08%
B=30.73%

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
Decimal21517517300.190.200.162.8634.4376.08
HexD7AFAD01314103224c
Octal3272572550232420342114
Binary1101011110101111101011010100111010010000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFAD; }

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

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

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

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

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

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

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

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