Html Css Color HEX #D8B2AC Oyster Pink

📋 copy color: '#D8B2AC'

red 216 ◦ green 178 ◦ blue 172

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

Shades of Oyster Pink #D8B2AC

Tints of Oyster Pink #D8B2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.45%

 BLUE value IS 172 (67.58% from 255) = 30.39%

R = 38.16%
G = 31.45%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8B2AC (or 0xD8B2AC) is known color: Oyster Pink. HEX triplet: D8, B2 and AC. RGB value is (216,178,172). Sum of RGB (Red+Green+Blue) = 216+178+172=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B2AC is #274D53. Grayscale: #BCBCBC. Windows color (decimal): -2575700 or 11317976. OLE color: 11317976.

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

Color convert

RGB 216 178 172 -
CMYK 0 0.18 0.20 0.15
HSL 8.18º 0.36% 0.76% -
HSV(B) 8.18º 0.2% 0.85% -
XYZ 51.69 49.42 45.84 -
YUV 188.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 216 178 172 0 0.18 0.20 0.15 8.18 0.36 0.76
Hex D8 B2 AC 0 12 14 F 8 24 4C
Octal 330 262 254 0 22 24 17 10 44 114
Binary 11011000 10110010 10101100 0 10010 10100 1111 1000 100100 1001100

Color Harmonies of #D8B2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2AC

Black with #D8B2AC

Text Example


Text Example

White with #D8B2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2AC; }

 p { color: rgb(216,178,172); }

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

background-color css

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

 a { background-color: rgb(216,178,172); }

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

border-color css

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

 span { border-color: rgb(216,178,172); }

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