#D8AFAA

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

Shades of Oyster Pink #D8AFAA

Tints of Oyster Pink #D8AFAA

Color information

#D8AFAA (or 0xD8AFAA) is unknown color: approx Oyster Pink. HEX triplet: D8, AF and AA. RGB value is (216,175,170). Sum of RGB (Red+Green+Blue) = 216+175+170=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFAA is #275055. Grayscale: #BABABA. Windows color (decimal): -2576470 or 11186136. OLE color: 11186136.

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

Color convert

RGB216175170-
CMYK00.190.210.15
HSL6.52º37.1%75.69%-
HSV(B)6.52º21.3%84.71%-
XYZ50.948.1644.64-
YUV186.69118.58148.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=38.50%
G=31.19%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617517000.190.210.156.5237.175.69
HexD8AFAA01315F7254c
Octal3302572520232517745114
Binary1101100010101111101010100100111010111111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFAA; }

 p { color: rgb(216,175,170); }

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

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

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

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

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

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

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