Html Css Color HEX #D8B1AA Oyster Pink

📋 copy color: '#D8B1AA'

red 216 ◦ green 177 ◦ blue 170

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

Shades of Oyster Pink #D8B1AA

Tints of Oyster Pink #D8B1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.44%

 BLUE value IS 170 (66.8% from 255) = 30.2%

R = 38.37%
G = 31.44%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8B1AA (or 0xD8B1AA) is known color: Oyster Pink. HEX triplet: D8, B1 and AA. RGB value is (216,177,170). Sum of RGB (Red+Green+Blue) = 216+177+170=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B1AA is #274E55. Grayscale: #BBBBBB. Windows color (decimal): -2575958 or 11186648. OLE color: 11186648.

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

Color convert

RGB 216 177 170 -
CMYK 0 0.18 0.21 0.15
HSL 9.13º 0.37% 0.76% -
HSV(B) 9.13º 0.21% 0.85% -
XYZ 51.3 48.95 44.77 -
YUV 187.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 216 177 170 0 0.18 0.21 0.15 9.13 0.37 0.76
Hex D8 B1 AA 0 12 15 F 9 25 4C
Octal 330 261 252 0 22 25 17 11 45 114
Binary 11011000 10110001 10101010 0 10010 10101 1111 1001 100101 1001100

Color Harmonies of #D8B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B1AA

Black with #D8B1AA

Text Example


Text Example

White with #D8B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B1AA; }

 p { color: rgb(216,177,170); }

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

background-color css

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

 a { background-color: rgb(216,177,170); }

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

border-color css

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

 span { border-color: rgb(216,177,170); }

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