Html Css Color HEX #D8AEA9 Oyster Pink

📋 copy color: '#D8AEA9'

red 216 ◦ green 174 ◦ blue 169

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

Shades of Oyster Pink #D8AEA9

Tints of Oyster Pink #D8AEA9

RGB

 RED value IS 216 (84.77% from 255) = 38.64%

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

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

R = 38.64%
G = 31.13%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D8AEA9 (or 0xD8AEA9) is known color: Oyster Pink. HEX triplet: D8, AE and A9. RGB value is (216,174,169). Sum of RGB (Red+Green+Blue) = 216+174+169=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEA9 is #275156. Grayscale: #BABABA. Windows color (decimal): -2576727 or 11120344. OLE color: 11120344.

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

Color convert

RGB 216 174 169 -
CMYK 0 0.19 0.22 0.15
HSL 6.38º 0.38% 0.75% -
HSV(B) 6.38º 0.22% 0.85% -
XYZ 50.62 47.74 44.08 -
YUV 185.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 216 174 169 0 0.19 0.22 0.15 6.38 0.38 0.75
Hex D8 AE A9 0 13 16 F 6 26 4B
Octal 330 256 251 0 23 26 17 6 46 113
Binary 11011000 10101110 10101001 0 10011 10110 1111 110 100110 1001011

Color Harmonies of #D8AEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEA9

Black with #D8AEA9

Text Example


Text Example

White with #D8AEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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