Html Css Color HEX #D8A7A6 Oyster Pink

📋 copy color: '#D8A7A6'

red 216 ◦ green 167 ◦ blue 166

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

Shades of Oyster Pink #D8A7A6

Tints of Oyster Pink #D8A7A6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.42%

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

R = 39.34%
G = 30.42%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D8A7A6 (or 0xD8A7A6) is known color: Oyster Pink. HEX triplet: D8, A7 and A6. RGB value is (216,167,166). Sum of RGB (Red+Green+Blue) = 216+167+166=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A7A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A7A6 is #275859. Grayscale: #B5B5B5. Windows color (decimal): -2578522 or 10921944. OLE color: 10921944.

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

Color convert

RGB 216 167 166 -
CMYK 0 0.23 0.23 0.15
HSL 1.2º 0.39% 0.75% -
HSV(B) 1.2º 0.23% 0.85% -
XYZ 49.02 44.99 42.18 -
YUV 181.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 216 167 166 0 0.23 0.23 0.15 1.2 0.39 0.75
Hex D8 A7 A6 0 17 17 F 1 27 4B
Octal 330 247 246 0 27 27 17 1 47 113
Binary 11011000 10100111 10100110 0 10111 10111 1111 1 100111 1001011

Color Harmonies of #D8A7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A7A6

Black with #D8A7A6

Text Example


Text Example

White with #D8A7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A7A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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