Html Css Color HEX #D7ABA8 Oyster Pink

📋 copy color: '#D7ABA8'

red 215 ◦ green 171 ◦ blue 168

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

Shades of Oyster Pink #D7ABA8

Tints of Oyster Pink #D7ABA8

RGB

 RED value IS 215 (84.38% from 255) = 38.81%

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

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

R = 38.81%
G = 30.87%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D7ABA8 (or 0xD7ABA8) is known color: Oyster Pink. HEX triplet: D7, AB and A8. RGB value is (215,171,168). Sum of RGB (Red+Green+Blue) = 215+171+168=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ABA8 is #285457. Grayscale: #B7B7B7. Windows color (decimal): -2643032 or 11054039. OLE color: 11054039.

HSL color Cylindrical-coordinate representation of color #D7ABA8: hue angle of 3.83º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7ABA8 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 168 -
CMYK 0 0.20 0.22 0.16
HSL 3.83º 0.37% 0.75% -
HSV(B) 3.83º 0.22% 0.84% -
XYZ 49.66 46.4 43.38 -
YUV 183.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 215 171 168 0 0.20 0.22 0.16 3.83 0.37 0.75
Hex D7 AB A8 0 14 16 10 4 25 4B
Octal 327 253 250 0 24 26 20 4 45 113
Binary 11010111 10101011 10101000 0 10100 10110 10000 100 100101 1001011

Color Harmonies of #D7ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABA8

Black with #D7ABA8

Text Example


Text Example

White with #D7ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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