Html Css Color HEX #D8AFA9 Oyster Pink

📋 copy color: '#D8AFA9'

red 216 ◦ green 175 ◦ blue 169

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

Shades of Oyster Pink #D8AFA9

Tints of Oyster Pink #D8AFA9

RGB

 RED value IS 216 (84.77% from 255) = 38.57%

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

 BLUE value IS 169 (66.41% from 255) = 30.18%

R = 38.57%
G = 31.25%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D8AFA9 (or 0xD8AFA9) is known color: Oyster Pink. HEX triplet: D8, AF and A9. RGB value is (216,175,169). Sum of RGB (Red+Green+Blue) = 216+175+169=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFA9 is #275056. Grayscale: #BABABA. Windows color (decimal): -2576471 or 11120600. OLE color: 11120600.

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

Color convert

RGB 216 175 169 -
CMYK 0 0.19 0.22 0.15
HSL 7.66º 0.38% 0.75% -
HSV(B) 7.66º 0.22% 0.85% -
XYZ 50.81 48.12 44.15 -
YUV 186.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 216 175 169 0 0.19 0.22 0.15 7.66 0.38 0.75
Hex D8 AF A9 0 13 16 F 8 26 4B
Octal 330 257 251 0 23 26 17 10 46 113
Binary 11011000 10101111 10101001 0 10011 10110 1111 1000 100110 1001011

Color Harmonies of #D8AFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFA9

Black with #D8AFA9

Text Example


Text Example

White with #D8AFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFA9; }

 p { color: rgb(216,175,169); }

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

background-color css

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

 a { background-color: rgb(216,175,169); }

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

border-color css

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

 span { border-color: rgb(216,175,169); }

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