#D7AFAE

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

Shades of Oyster Pink #D7AFAE

Tints of Oyster Pink #D7AFAE

Color information

#D7AFAE (or 0xD7AFAE) is unknown color: approx Oyster Pink. HEX triplet: D7, AF and AE. RGB value is (215,175,174). Sum of RGB (Red+Green+Blue) = 215+175+174=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AFAE is #285051. Grayscale: #BABABA. Windows color (decimal): -2642002 or 11448279. OLE color: 11448279.

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

Color convert

RGB215175174-
CMYK00.190.190.16
HSL1.46º33.88%76.27%-
HSV(B)1.46º19.07%84.31%-
XYZ50.9948.1646.65-
YUV186.85120.75148.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=38.12%
G=31.03%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517517400.190.190.161.4633.8876.27
HexD7AFAE01313101224c
Octal3272572560232320142114
Binary110101111010111110101110010011100111000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFAE; }

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

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

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

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

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

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

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

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