Html Css Color HEX #D9AFA8 Oyster Pink

📋 copy color: '#D9AFA8'

red 217 ◦ green 175 ◦ blue 168

#D9AFA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Pink #D9AFA8

Tints of Oyster Pink #D9AFA8

RGB

 RED value IS 217 (85.16% from 255) = 38.75%

 GREEN value IS 175 (68.75% from 255) = 31.25%

 BLUE value IS 168 (66.02% from 255) = 30%

R = 38.75%
G = 31.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D9AFA8 (or 0xD9AFA8) is known color: Oyster Pink. HEX triplet: D9, AF and A8. RGB value is (217,175,168). Sum of RGB (Red+Green+Blue) = 217+175+168=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFA8 is #265057. Grayscale: #BABABA. Windows color (decimal): -2510936 or 11055065. OLE color: 11055065.

HSL color Cylindrical-coordinate representation of color #D9AFA8: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9AFA8 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 168 -
CMYK 0 0.19 0.23 0.15
HSL 8.57º 0.39% 0.75% -
HSV(B) 8.57º 0.23% 0.85% -
XYZ 51.01 48.24 43.67 -
YUV 186.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 217 175 168 0 0.19 0.23 0.15 8.57 0.39 0.75
Hex D9 AF A8 0 13 17 F 9 27 4B
Octal 331 257 250 0 23 27 17 11 47 113
Binary 11011001 10101111 10101000 0 10011 10111 1111 1001 100111 1001011

Color Harmonies of #D9AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFA8

Black with #D9AFA8

Text Example


Text Example

White with #D9AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFA8; }

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

 H1.HeaderClassName
 {
   color: #D9AFA8;
 }
 .AnyTagClassName
 {
   color: #D9AFA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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