Html Css Color HEX #D8AEAA Oyster Pink

📋 copy color: '#D8AEAA'

red 216 ◦ green 174 ◦ blue 170

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

Shades of Oyster Pink #D8AEAA

Tints of Oyster Pink #D8AEAA

RGB

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

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

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

R = 38.57%
G = 31.07%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8AEAA (or 0xD8AEAA) is known color: Oyster Pink. HEX triplet: D8, AE and AA. RGB value is (216,174,170). Sum of RGB (Red+Green+Blue) = 216+174+170=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEAA is #275155. Grayscale: #BABABA. Windows color (decimal): -2576726 or 11185880. OLE color: 11185880.

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

Color convert

RGB 216 174 170 -
CMYK 0 0.19 0.21 0.15
HSL 5.22º 0.37% 0.76% -
HSV(B) 5.22º 0.21% 0.85% -
XYZ 50.71 47.77 44.58 -
YUV 186.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 216 174 170 0 0.19 0.21 0.15 5.22 0.37 0.76
Hex D8 AE AA 0 13 15 F 5 25 4C
Octal 330 256 252 0 23 25 17 5 45 114
Binary 11011000 10101110 10101010 0 10011 10101 1111 101 100101 1001100

Color Harmonies of #D8AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEAA

Black with #D8AEAA

Text Example


Text Example

White with #D8AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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