Html Css Color HEX #D5ADAA Oyster Pink

📋 copy color: '#D5ADAA'

red 213 ◦ green 173 ◦ blue 170

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

Shades of Oyster Pink #D5ADAA

Tints of Oyster Pink #D5ADAA

RGB

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

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

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

R = 38.31%
G = 31.12%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5ADAA (or 0xD5ADAA) is known color: Oyster Pink. HEX triplet: D5, AD and AA. RGB value is (213,173,170). Sum of RGB (Red+Green+Blue) = 213+173+170=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADAA is #2A5255. Grayscale: #B8B8B8. Windows color (decimal): -2773590 or 11185621. OLE color: 11185621.

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

Color convert

RGB 213 173 170 -
CMYK 0 0.19 0.20 0.16
HSL 4.19º 0.34% 0.75% -
HSV(B) 4.19º 0.2% 0.84% -
XYZ 49.64 46.94 44.47 -
YUV 184.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 213 173 170 0 0.19 0.20 0.16 4.19 0.34 0.75
Hex D5 AD AA 0 13 14 10 4 22 4B
Octal 325 255 252 0 23 24 20 4 42 113
Binary 11010101 10101101 10101010 0 10011 10100 10000 100 100010 1001011

Color Harmonies of #D5ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADAA

Black with #D5ADAA

Text Example


Text Example

White with #D5ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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