#D7AEAB

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

Shades of Oyster Pink #D7AEAB

Tints of Oyster Pink #D7AEAB

Color information

#D7AEAB (or 0xD7AEAB) is unknown color: approx Oyster Pink. HEX triplet: D7, AE and AB. RGB value is (215,174,171). Sum of RGB (Red+Green+Blue) = 215+174+171=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AEAB is #285154. Grayscale: #B9B9B9. Windows color (decimal): -2642261 or 11251415. OLE color: 11251415.

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

Color convert

RGB215174171-
CMYK00.190.200.16
HSL4.09º35.48%75.69%-
HSV(B)4.09º20.47%84.31%-
XYZ50.5147.6645.07-
YUV185.92119.58148.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=38.39%
G=31.07%
B=30.54%

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
Decimal21517417100.190.200.164.0935.4875.69
HexD7AEAB01314104234c
Octal3272562530232420443114
Binary11010111101011101010101101001110100100001001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEAB; }

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

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

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

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

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

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

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

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