Html Css Color HEX #D8A8A6 Oyster Pink

📋 copy color: '#D8A8A6'

red 216 ◦ green 168 ◦ blue 166

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

Shades of Oyster Pink #D8A8A6

Tints of Oyster Pink #D8A8A6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.55%

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

R = 39.27%
G = 30.55%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D8A8A6 (or 0xD8A8A6) is known color: Oyster Pink. HEX triplet: D8, A8 and A6. RGB value is (216,168,166). Sum of RGB (Red+Green+Blue) = 216+168+166=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A8A6 is #275759. Grayscale: #B6B6B6. Windows color (decimal): -2578266 or 10922200. OLE color: 10922200.

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

Color convert

RGB 216 168 166 -
CMYK 0 0.22 0.23 0.15
HSL 2.4º 0.39% 0.75% -
HSV(B) 2.4º 0.23% 0.85% -
XYZ 49.2 45.36 42.24 -
YUV 182.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 216 168 166 0 0.22 0.23 0.15 2.4 0.39 0.75
Hex D8 A8 A6 0 16 17 F 2 27 4B
Octal 330 250 246 0 26 27 17 2 47 113
Binary 11011000 10101000 10100110 0 10110 10111 1111 10 100111 1001011

Color Harmonies of #D8A8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A8A6

Black with #D8A8A6

Text Example


Text Example

White with #D8A8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A8A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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