Html Css Color HEX #D1ADA9 Oyster Pink

📋 copy color: '#D1ADA9'

red 209 ◦ green 173 ◦ blue 169

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

Shades of Oyster Pink #D1ADA9

Tints of Oyster Pink #D1ADA9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.4%

 BLUE value IS 169 (66.41% from 255) = 30.67%

R = 37.93%
G = 31.4%
B = 30.67%

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

#D1ADA9 (or 0xD1ADA9) is known color: Oyster Pink. HEX triplet: D1, AD and A9. RGB value is (209,173,169). Sum of RGB (Red+Green+Blue) = 209+173+169=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADA9 is #2E5256. Grayscale: #B7B7B7. Windows color (decimal): -3035735 or 11120081. OLE color: 11120081.

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

Color convert

RGB 209 173 169 -
CMYK 0 0.17 0.19 0.18
HSL 0.3% 0.74% -
HSV(B) 0.19% 0.82% -
XYZ 48.4 46.31 43.92 -
YUV 183.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 209 173 169 0 0.17 0.19 0.18 6 0.3 0.74
Hex D1 AD A9 0 11 13 12 6 1E 4A
Octal 321 255 251 0 21 23 22 6 36 112
Binary 11010001 10101101 10101001 0 10001 10011 10010 110 11110 1001010

Color Harmonies of #D1ADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADA9

Black with #D1ADA9

Text Example


Text Example

White with #D1ADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADA9; }

 p { color: rgb(209,173,169); }

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

background-color css

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

 a { background-color: rgb(209,173,169); }

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

border-color css

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

 span { border-color: rgb(209,173,169); }

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