Html Css Color HEX #D8B0AE Oyster Pink

📋 copy color: '#D8B0AE'

red 216 ◦ green 176 ◦ blue 174

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

Shades of Oyster Pink #D8B0AE

Tints of Oyster Pink #D8B0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.1%

 BLUE value IS 174 (68.36% from 255) = 30.74%

R = 38.16%
G = 31.1%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8B0AE (or 0xD8B0AE) is known color: Oyster Pink. HEX triplet: D8, B0 and AE. RGB value is (216,176,174). Sum of RGB (Red+Green+Blue) = 216+176+174=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B0AE is #274F51. Grayscale: #BBBBBB. Windows color (decimal): -2576210 or 11448536. OLE color: 11448536.

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

Color convert

RGB 216 176 174 -
CMYK 0 0.19 0.19 0.15
HSL 2.86º 0.35% 0.76% -
HSV(B) 2.86º 0.19% 0.85% -
XYZ 51.48 48.71 46.73 -
YUV 187.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 216 176 174 0 0.19 0.19 0.15 2.86 0.35 0.76
Hex D8 B0 AE 0 13 13 F 3 23 4C
Octal 330 260 256 0 23 23 17 3 43 114
Binary 11011000 10110000 10101110 0 10011 10011 1111 11 100011 1001100

Color Harmonies of #D8B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B0AE

Black with #D8B0AE

Text Example


Text Example

White with #D8B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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