Html Css Color HEX #D9B6B1 Oyster Pink

📋 copy color: '#D9B6B1'

red 217 ◦ green 182 ◦ blue 177

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

Shades of Oyster Pink #D9B6B1

Tints of Oyster Pink #D9B6B1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.6%

 BLUE value IS 177 (69.53% from 255) = 30.73%

R = 37.67%
G = 31.6%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9B6B1 (or 0xD9B6B1) is known color: Oyster Pink. HEX triplet: D9, B6 and B1. RGB value is (217,182,177). Sum of RGB (Red+Green+Blue) = 217+182+177=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B6B1 is #26494E. Grayscale: #BFBFBF. Windows color (decimal): -2509135 or 11646681. OLE color: 11646681.

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

Color convert

RGB 217 182 177 -
CMYK 0 0.16 0.18 0.15
HSL 7.5º 0.34% 0.77% -
HSV(B) 7.5º 0.18% 0.85% -
XYZ 53.28 51.38 48.7 -
YUV 191.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 217 182 177 0 0.16 0.18 0.15 7.5 0.34 0.77
Hex D9 B6 B1 0 10 12 F 8 22 4D
Octal 331 266 261 0 20 22 17 10 42 115
Binary 11011001 10110110 10110001 0 10000 10010 1111 1000 100010 1001101

Color Harmonies of #D9B6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B6B1

Black with #D9B6B1

Text Example


Text Example

White with #D9B6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B6B1; }

 p { color: rgb(217,182,177); }

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

background-color css

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

 a { background-color: rgb(217,182,177); }

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

border-color css

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

 span { border-color: rgb(217,182,177); }

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