#D9AFAD

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

Shades of Oyster Pink #D9AFAD

Tints of Oyster Pink #D9AFAD

Color information

#D9AFAD (or 0xD9AFAD) is unknown color: approx Oyster Pink. HEX triplet: D9, AF and AD. RGB value is (217,175,173). Sum of RGB (Red+Green+Blue) = 217+175+173=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFAD is #265052. Grayscale: #BBBBBB. Windows color (decimal): -2510931 or 11382745. OLE color: 11382745.

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

Color convert

RGB217175173-
CMYK00.190.200.15
HSL2.73º36.67%76.47%-
HSV(B)2.73º20.28%85.1%-
XYZ51.4948.4346.17-
YUV187.33119.91149.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=38.41%
G=30.97%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717517300.190.200.152.7336.6776.47
HexD9AFAD01314F3254c
Octal3312572550232417345114
Binary110110011010111110101101010011101001111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFAD; }

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

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

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

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

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

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

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

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