Html Css Color HEX #D1AEAA Oyster Pink

📋 copy color: '#D1AEAA'

red 209 ◦ green 174 ◦ blue 170

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

Shades of Oyster Pink #D1AEAA

Tints of Oyster Pink #D1AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.46%

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

R = 37.79%
G = 31.46%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D1AEAA (or 0xD1AEAA) is known color: Oyster Pink. HEX triplet: D1, AE and AA. RGB value is (209,174,170). Sum of RGB (Red+Green+Blue) = 209+174+170=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AEAA is #2E5155. Grayscale: #B8B8B8. Windows color (decimal): -3035478 or 11185873. OLE color: 11185873.

HSL color Cylindrical-coordinate representation of color #D1AEAA: hue angle of 6.15º 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 #D1AEAA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 174 170 -
CMYK 0 0.17 0.19 0.18
HSL 6.15º 0.3% 0.74% -
HSV(B) 6.15º 0.19% 0.82% -
XYZ 48.69 46.73 44.48 -
YUV 184.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 209 174 170 0 0.17 0.19 0.18 6.15 0.3 0.74
Hex D1 AE AA 0 11 13 12 6 1E 4A
Octal 321 256 252 0 21 23 22 6 36 112
Binary 11010001 10101110 10101010 0 10001 10011 10010 110 11110 1001010

Color Harmonies of #D1AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEAA

Black with #D1AEAA

Text Example


Text Example

White with #D1AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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