Html Css Color HEX #D9ADAA Oyster Pink

📋 copy color: '#D9ADAA'

red 217 ◦ green 173 ◦ blue 170

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

Shades of Oyster Pink #D9ADAA

Tints of Oyster Pink #D9ADAA

RGB

 RED value IS 217 (85.16% from 255) = 38.75%

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

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

R = 38.75%
G = 30.89%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9ADAA (or 0xD9ADAA) is known color: Oyster Pink. HEX triplet: D9, AD and AA. RGB value is (217,173,170). Sum of RGB (Red+Green+Blue) = 217+173+170=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADAA is #265255. Grayscale: #B9B9B9. Windows color (decimal): -2511446 or 11185625. OLE color: 11185625.

HSL color Cylindrical-coordinate representation of color #D9ADAA: hue angle of 3.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9ADAA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 170 -
CMYK 0 0.20 0.22 0.15
HSL 3.83º 0.38% 0.76% -
HSV(B) 3.83º 0.22% 0.85% -
XYZ 50.81 47.54 44.53 -
YUV 185.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 217 173 170 0 0.20 0.22 0.15 3.83 0.38 0.76
Hex D9 AD AA 0 14 16 F 4 26 4C
Octal 331 255 252 0 24 26 17 4 46 114
Binary 11011001 10101101 10101010 0 10100 10110 1111 100 100110 1001100

Color Harmonies of #D9ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADAA

Black with #D9ADAA

Text Example


Text Example

White with #D9ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADAA; }

 p { color: rgb(217,173,170); }

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

background-color css

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

 a { background-color: rgb(217,173,170); }

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

border-color css

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

 span { border-color: rgb(217,173,170); }

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