Html Css Color HEX #D9AEAA Oyster Pink

📋 copy color: '#D9AEAA'

red 217 ◦ green 174 ◦ blue 170

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

Shades of Oyster Pink #D9AEAA

Tints of Oyster Pink #D9AEAA

RGB

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

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

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

R = 38.68%
G = 31.02%
B = 30.3%

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

#D9AEAA (or 0xD9AEAA) is known color: Oyster Pink. HEX triplet: D9, AE and AA. RGB value is (217,174,170). Sum of RGB (Red+Green+Blue) = 217+174+170=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEAA is #265155. Grayscale: #BABABA. Windows color (decimal): -2511190 or 11185881. OLE color: 11185881.

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

Color convert

RGB 217 174 170 -
CMYK 0 0.20 0.22 0.15
HSL 5.11º 0.38% 0.76% -
HSV(B) 5.11º 0.22% 0.85% -
XYZ 51.01 47.93 44.59 -
YUV 186.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 217 174 170 0 0.20 0.22 0.15 5.11 0.38 0.76
Hex D9 AE AA 0 14 16 F 5 26 4C
Octal 331 256 252 0 24 26 17 5 46 114
Binary 11011001 10101110 10101010 0 10100 10110 1111 101 100110 1001100

Color Harmonies of #D9AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEAA

Black with #D9AEAA

Text Example


Text Example

White with #D9AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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