Html Css Color HEX #D9ABAA Oyster Pink

📋 copy color: '#D9ABAA'

red 217 ◦ green 171 ◦ blue 170

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

Shades of Oyster Pink #D9ABAA

Tints of Oyster Pink #D9ABAA

RGB

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

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

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

R = 38.89%
G = 30.65%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9ABAA (or 0xD9ABAA) is known color: Oyster Pink. HEX triplet: D9, AB and AA. RGB value is (217,171,170). Sum of RGB (Red+Green+Blue) = 217+171+170=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABAA is #265455. Grayscale: #B8B8B8. Windows color (decimal): -2511958 or 11185113. OLE color: 11185113.

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

Color convert

RGB 217 171 170 -
CMYK 0 0.21 0.22 0.15
HSL 1.28º 0.38% 0.76% -
HSV(B) 1.28º 0.22% 0.85% -
XYZ 50.43 46.78 44.4 -
YUV 184.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 217 171 170 0 0.21 0.22 0.15 1.28 0.38 0.76
Hex D9 AB AA 0 15 16 F 1 26 4C
Octal 331 253 252 0 25 26 17 1 46 114
Binary 11011001 10101011 10101010 0 10101 10110 1111 1 100110 1001100

Color Harmonies of #D9ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABAA

Black with #D9ABAA

Text Example


Text Example

White with #D9ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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