Html Css Color HEX #D8ABA8 Oyster Pink

📋 copy color: '#D8ABA8'

red 216 ◦ green 171 ◦ blue 168

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

Shades of Oyster Pink #D8ABA8

Tints of Oyster Pink #D8ABA8

RGB

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

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

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

R = 38.92%
G = 30.81%
B = 30.27%

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

#D8ABA8 (or 0xD8ABA8) is known color: Oyster Pink. HEX triplet: D8, AB and A8. RGB value is (216,171,168). Sum of RGB (Red+Green+Blue) = 216+171+168=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABA8 is #275457. Grayscale: #B8B8B8. Windows color (decimal): -2577496 or 11054040. OLE color: 11054040.

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

Color convert

RGB 216 171 168 -
CMYK 0 0.21 0.22 0.15
HSL 3.75º 0.38% 0.75% -
HSV(B) 3.75º 0.22% 0.85% -
XYZ 49.95 46.55 43.4 -
YUV 184.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 216 171 168 0 0.21 0.22 0.15 3.75 0.38 0.75
Hex D8 AB A8 0 15 16 F 4 26 4B
Octal 330 253 250 0 25 26 17 4 46 113
Binary 11011000 10101011 10101000 0 10101 10110 1111 100 100110 1001011

Color Harmonies of #D8ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABA8

Black with #D8ABA8

Text Example


Text Example

White with #D8ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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