Html Css Color HEX #D9ABA6 Oyster Pink

📋 copy color: '#D9ABA6'

red 217 ◦ green 171 ◦ blue 166

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

Shades of Oyster Pink #D9ABA6

Tints of Oyster Pink #D9ABA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.96%

R = 39.17%
G = 30.87%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D9ABA6 (or 0xD9ABA6) is known color: Oyster Pink. HEX triplet: D9, AB and A6. RGB value is (217,171,166). Sum of RGB (Red+Green+Blue) = 217+171+166=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABA6 is #265459. Grayscale: #B8B8B8. Windows color (decimal): -2511962 or 10922969. OLE color: 10922969.

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

Color convert

RGB 217 171 166 -
CMYK 0 0.21 0.24 0.15
HSL 5.88º 0.4% 0.75% -
HSV(B) 5.88º 0.24% 0.85% -
XYZ 50.06 46.63 42.44 -
YUV 184.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 217 171 166 0 0.21 0.24 0.15 5.88 0.4 0.75
Hex D9 AB A6 0 15 18 F 6 28 4B
Octal 331 253 246 0 25 30 17 6 50 113
Binary 11011001 10101011 10100110 0 10101 11000 1111 110 101000 1001011

Color Harmonies of #D9ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABA6

Black with #D9ABA6

Text Example


Text Example

White with #D9ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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