Html Css Color HEX #D5ABAA Oyster Pink

📋 copy color: '#D5ABAA'

red 213 ◦ green 171 ◦ blue 170

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

Shades of Oyster Pink #D5ABAA

Tints of Oyster Pink #D5ABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.69%

R = 38.45%
G = 30.87%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5ABAA (or 0xD5ABAA) is known color: Oyster Pink. HEX triplet: D5, AB and AA. RGB value is (213,171,170). Sum of RGB (Red+Green+Blue) = 213+171+170=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAA is #2A5455. Grayscale: #B7B7B7. Windows color (decimal): -2774102 or 11185109. OLE color: 11185109.

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

Color convert

RGB 213 171 170 -
CMYK 0 0.20 0.20 0.16
HSL 1.4º 0.34% 0.75% -
HSV(B) 1.4º 0.2% 0.84% -
XYZ 49.26 46.17 44.35 -
YUV 183.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 213 171 170 0 0.20 0.20 0.16 1.4 0.34 0.75
Hex D5 AB AA 0 14 14 10 1 22 4B
Octal 325 253 252 0 24 24 20 1 42 113
Binary 11010101 10101011 10101010 0 10100 10100 10000 1 100010 1001011

Color Harmonies of #D5ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABAA

Black with #D5ABAA

Text Example


Text Example

White with #D5ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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