Html Css Color HEX #D9ABA8 Oyster Pink

📋 copy color: '#D9ABA8'

red 217 ◦ green 171 ◦ blue 168

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

Shades of Oyster Pink #D9ABA8

Tints of Oyster Pink #D9ABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.22%

R = 39.03%
G = 30.76%
B = 30.22%

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

#D9ABA8 (or 0xD9ABA8) is known color: Oyster Pink. HEX triplet: D9, AB and A8. RGB value is (217,171,168). Sum of RGB (Red+Green+Blue) = 217+171+168=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABA8 is #265457. Grayscale: #B8B8B8. Windows color (decimal): -2511960 or 11054041. OLE color: 11054041.

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

Color convert

RGB 217 171 168 -
CMYK 0 0.21 0.23 0.15
HSL 3.67º 0.39% 0.75% -
HSV(B) 3.67º 0.23% 0.85% -
XYZ 50.25 46.7 43.41 -
YUV 184.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 217 171 168 0 0.21 0.23 0.15 3.67 0.39 0.75
Hex D9 AB A8 0 15 17 F 4 27 4B
Octal 331 253 250 0 25 27 17 4 47 113
Binary 11011001 10101011 10101000 0 10101 10111 1111 100 100111 1001011

Color Harmonies of #D9ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABA8

Black with #D9ABA8

Text Example


Text Example

White with #D9ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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