Html Css Color HEX #D8AAA6 Oyster Pink

📋 copy color: '#D8AAA6'

red 216 ◦ green 170 ◦ blue 166

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

Shades of Oyster Pink #D8AAA6

Tints of Oyster Pink #D8AAA6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.8%

 BLUE value IS 166 (65.23% from 255) = 30.07%

R = 39.13%
G = 30.8%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D8AAA6 (or 0xD8AAA6) is known color: Oyster Pink. HEX triplet: D8, AA and A6. RGB value is (216,170,166). Sum of RGB (Red+Green+Blue) = 216+170+166=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAA6 is #275559. Grayscale: #B7B7B7. Windows color (decimal): -2577754 or 10922712. OLE color: 10922712.

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

Color convert

RGB 216 170 166 -
CMYK 0 0.21 0.23 0.15
HSL 4.8º 0.39% 0.75% -
HSV(B) 4.8º 0.23% 0.85% -
XYZ 49.58 46.1 42.36 -
YUV 183.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 216 170 166 0 0.21 0.23 0.15 4.8 0.39 0.75
Hex D8 AA A6 0 15 17 F 5 27 4B
Octal 330 252 246 0 25 27 17 5 47 113
Binary 11011000 10101010 10100110 0 10101 10111 1111 101 100111 1001011

Color Harmonies of #D8AAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAA6

Black with #D8AAA6

Text Example


Text Example

White with #D8AAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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