Html Css Color HEX #D8ABA7 Oyster Pink

📋 copy color: '#D8ABA7'

red 216 ◦ green 171 ◦ blue 167

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

Shades of Oyster Pink #D8ABA7

Tints of Oyster Pink #D8ABA7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.87%

 BLUE value IS 167 (65.63% from 255) = 30.14%

R = 38.99%
G = 30.87%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D8ABA7 (or 0xD8ABA7) is known color: Oyster Pink. HEX triplet: D8, AB and A7. RGB value is (216,171,167). Sum of RGB (Red+Green+Blue) = 216+171+167=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABA7 is #275458. Grayscale: #B8B8B8. Windows color (decimal): -2577497 or 10988504. OLE color: 10988504.

HSL color Cylindrical-coordinate representation of color #D8ABA7: hue angle of 4.9º 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 #D8ABA7 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 167 -
CMYK 0 0.21 0.23 0.15
HSL 4.9º 0.39% 0.75% -
HSV(B) 4.9º 0.23% 0.85% -
XYZ 49.86 46.51 42.91 -
YUV 184 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 216 171 167 0 0.21 0.23 0.15 4.9 0.39 0.75
Hex D8 AB A7 0 15 17 F 5 27 4B
Octal 330 253 247 0 25 27 17 5 47 113
Binary 11011000 10101011 10100111 0 10101 10111 1111 101 100111 1001011

Color Harmonies of #D8ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABA7

Black with #D8ABA7

Text Example


Text Example

White with #D8ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABA7; }

 p { color: rgb(216,171,167); }

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

background-color css

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

 a { background-color: rgb(216,171,167); }

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

border-color css

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

 span { border-color: rgb(216,171,167); }

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