Html Css Color HEX #D1ABAA Oyster Pink

📋 copy color: '#D1ABAA'

red 209 ◦ green 171 ◦ blue 170

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

Shades of Oyster Pink #D1ABAA

Tints of Oyster Pink #D1ABAA

RGB

 RED value IS 209 (82.03% from 255) = 38%

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

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

R = 38%
G = 31.09%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D1ABAA (or 0xD1ABAA) is known color: Oyster Pink. HEX triplet: D1, AB and AA. RGB value is (209,171,170). Sum of RGB (Red+Green+Blue) = 209+171+170=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ABAA is #2E5455. Grayscale: #B6B6B6. Windows color (decimal): -3036246 or 11185105. OLE color: 11185105.

HSL color Cylindrical-coordinate representation of color #D1ABAA: hue angle of 1.54º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1ABAA is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 171 170 -
CMYK 0 0.18 0.19 0.18
HSL 1.54º 0.3% 0.74% -
HSV(B) 1.54º 0.19% 0.82% -
XYZ 48.11 45.58 44.29 -
YUV 182.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 209 171 170 0 0.18 0.19 0.18 1.54 0.3 0.74
Hex D1 AB AA 0 12 13 12 2 1E 4A
Octal 321 253 252 0 22 23 22 2 36 112
Binary 11010001 10101011 10101010 0 10010 10011 10010 10 11110 1001010

Color Harmonies of #D1ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABAA

Black with #D1ABAA

Text Example


Text Example

White with #D1ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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