Html Css Color HEX #D9AEA9 Oyster Pink

📋 copy color: '#D9AEA9'

red 217 ◦ green 174 ◦ blue 169

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

Shades of Oyster Pink #D9AEA9

Tints of Oyster Pink #D9AEA9

RGB

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

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

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

R = 38.75%
G = 31.07%
B = 30.18%

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

#D9AEA9 (or 0xD9AEA9) is known color: Oyster Pink. HEX triplet: D9, AE and A9. RGB value is (217,174,169). Sum of RGB (Red+Green+Blue) = 217+174+169=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEA9 is #265156. Grayscale: #BABABA. Windows color (decimal): -2511191 or 11120345. OLE color: 11120345.

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

Color convert

RGB 217 174 169 -
CMYK 0 0.20 0.22 0.15
HSL 6.25º 0.39% 0.76% -
HSV(B) 6.25º 0.22% 0.85% -
XYZ 50.91 47.89 44.1 -
YUV 186.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 217 174 169 0 0.20 0.22 0.15 6.25 0.39 0.76
Hex D9 AE A9 0 14 16 F 6 27 4C
Octal 331 256 251 0 24 26 17 6 47 114
Binary 11011001 10101110 10101001 0 10100 10110 1111 110 100111 1001100

Color Harmonies of #D9AEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEA9

Black with #D9AEA9

Text Example


Text Example

White with #D9AEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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