#D2AFAD

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

Shades of Oyster Pink #D2AFAD

Tints of Oyster Pink #D2AFAD

Color information

#D2AFAD (or 0xD2AFAD) is unknown color: approx Oyster Pink. HEX triplet: D2, AF and AD. RGB value is (210,175,173). Sum of RGB (Red+Green+Blue) = 210+175+173=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFAD is #2D5052. Grayscale: #B9B9B9. Windows color (decimal): -2969683 or 11382738. OLE color: 11382738.

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

Color convert

RGB210175173-
CMYK00.170.180.18
HSL3.24º29.13%75.1%-
HSV(B)3.24º17.62%82.35%-
XYZ49.4547.3846.07-
YUV185.24121.1145.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=37.63%
G=31.36%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017517300.170.180.183.2429.1375.1
HexD2AFAD011121231d4b
Octal3222572550212222335113
Binary110100101010111110101101010001100101001011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFAD; }

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

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

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

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

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

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

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

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