#D7AEAD

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

Shades of Oyster Pink #D7AEAD

Tints of Oyster Pink #D7AEAD

Color information

#D7AEAD (or 0xD7AEAD) is unknown color: approx Oyster Pink. HEX triplet: D7, AE and AD. RGB value is (215,174,173). Sum of RGB (Red+Green+Blue) = 215+174+173=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AEAD is #285152. Grayscale: #BABABA. Windows color (decimal): -2642259 or 11382487. OLE color: 11382487.

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

Color convert

RGB215174173-
CMYK00.190.200.16
HSL1.43º34.43%76.08%-
HSV(B)1.43º19.53%84.31%-
XYZ50.747.7446.08-
YUV186.14120.58148.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=38.26%
G=30.96%
B=30.78%

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
Decimal21517417300.190.200.161.4334.4376.08
HexD7AEAD01314101224c
Octal3272562550232420142114
Binary110101111010111010101101010011101001000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEAD; }

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

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

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

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

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

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

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

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