Html Css Color HEX #D9B2AC Oyster Pink

📋 copy color: '#D9B2AC'

red 217 ◦ green 178 ◦ blue 172

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

Shades of Oyster Pink #D9B2AC

Tints of Oyster Pink #D9B2AC

RGB

 RED value IS 217 (85.16% from 255) = 38.27%

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

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

R = 38.27%
G = 31.39%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9B2AC (or 0xD9B2AC) is known color: Oyster Pink. HEX triplet: D9, B2 and AC. RGB value is (217,178,172). Sum of RGB (Red+Green+Blue) = 217+178+172=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B2AC is #264D53. Grayscale: #BDBDBD. Windows color (decimal): -2510164 or 11317977. OLE color: 11317977.

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

Color convert

RGB 217 178 172 -
CMYK 0 0.18 0.21 0.15
HSL 0.37% 0.76% -
HSV(B) 0.21% 0.85% -
XYZ 51.98 49.57 45.86 -
YUV 188.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 217 178 172 0 0.18 0.21 0.15 8 0.37 0.76
Hex D9 B2 AC 0 12 15 F 8 25 4C
Octal 331 262 254 0 22 25 17 10 45 114
Binary 11011001 10110010 10101100 0 10010 10101 1111 1000 100101 1001100

Color Harmonies of #D9B2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2AC

Black with #D9B2AC

Text Example


Text Example

White with #D9B2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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