#D4AFAD

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

Shades of Oyster Pink #D4AFAD

Tints of Oyster Pink #D4AFAD

Color information

#D4AFAD (or 0xD4AFAD) is unknown color: approx Oyster Pink. HEX triplet: D4, AF and AD. RGB value is (212,175,173). Sum of RGB (Red+Green+Blue) = 212+175+173=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AFAD is #2B5052. Grayscale: #B9B9B9. Windows color (decimal): -2838611 or 11382740. OLE color: 11382740.

HSL color Cylindrical-coordinate representation of color #D4AFAD: hue angle of 3.08º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AFAD is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212175173-
CMYK00.170.180.17
HSL3.08º31.2%75.49%-
HSV(B)3.08º18.4%83.14%-
XYZ50.0247.6746.1-
YUV185.84120.76146.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=37.86%
G=31.25%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217517300.170.180.173.0831.275.49
HexD4AFAD011121131f4b
Octal3242572550212221337113
Binary110101001010111110101101010001100101000111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFAD; }

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

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

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

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

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

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

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

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