Html Css Color HEX #D8ABAA Oyster Pink

📋 copy color: '#D8ABAA'

red 216 ◦ green 171 ◦ blue 170

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

Shades of Oyster Pink #D8ABAA

Tints of Oyster Pink #D8ABAA

RGB

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

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

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

R = 38.78%
G = 30.7%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8ABAA (or 0xD8ABAA) is known color: Oyster Pink. HEX triplet: D8, AB and AA. RGB value is (216,171,170). Sum of RGB (Red+Green+Blue) = 216+171+170=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABAA is #275455. Grayscale: #B8B8B8. Windows color (decimal): -2577494 or 11185112. OLE color: 11185112.

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

Color convert

RGB 216 171 170 -
CMYK 0 0.21 0.21 0.15
HSL 1.3º 0.37% 0.76% -
HSV(B) 1.3º 0.21% 0.85% -
XYZ 50.14 46.63 44.39 -
YUV 184.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 216 171 170 0 0.21 0.21 0.15 1.3 0.37 0.76
Hex D8 AB AA 0 15 15 F 1 25 4C
Octal 330 253 252 0 25 25 17 1 45 114
Binary 11011000 10101011 10101010 0 10101 10101 1111 1 100101 1001100

Color Harmonies of #D8ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABAA

Black with #D8ABAA

Text Example


Text Example

White with #D8ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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