Html Css Color HEX #D5ABA8 Oyster Pink

📋 copy color: '#D5ABA8'

red 213 ◦ green 171 ◦ blue 168

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

Shades of Oyster Pink #D5ABA8

Tints of Oyster Pink #D5ABA8

RGB

 RED value IS 213 (83.59% from 255) = 38.59%

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

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

R = 38.59%
G = 30.98%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D5ABA8 (or 0xD5ABA8) is known color: Oyster Pink. HEX triplet: D5, AB and A8. RGB value is (213,171,168). Sum of RGB (Red+Green+Blue) = 213+171+168=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABA8 is #2A5457. Grayscale: #B7B7B7. Windows color (decimal): -2774104 or 11054037. OLE color: 11054037.

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

Color convert

RGB 213 171 168 -
CMYK 0 0.20 0.21 0.16
HSL 0.35% 0.75% -
HSV(B) 0.21% 0.84% -
XYZ 49.07 46.1 43.36 -
YUV 183.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 213 171 168 0 0.20 0.21 0.16 4 0.35 0.75
Hex D5 AB A8 0 14 15 10 4 23 4B
Octal 325 253 250 0 24 25 20 4 43 113
Binary 11010101 10101011 10101000 0 10100 10101 10000 100 100011 1001011

Color Harmonies of #D5ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABA8

Black with #D5ABA8

Text Example


Text Example

White with #D5ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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