Html Css Color HEX #D3B9B5 Oyster Pink

📋 copy color: '#D3B9B5'

red 211 ◦ green 185 ◦ blue 181

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

Shades of Oyster Pink #D3B9B5

Tints of Oyster Pink #D3B9B5

RGB

 RED value IS 211 (82.81% from 255) = 36.57%

 GREEN value IS 185 (72.66% from 255) = 32.06%

 BLUE value IS 181 (71.09% from 255) = 31.37%

R = 36.57%
G = 32.06%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D3B9B5 (or 0xD3B9B5) is known color: Oyster Pink. HEX triplet: D3, B9 and B5. RGB value is (211,185,181). Sum of RGB (Red+Green+Blue) = 211+185+181=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9B5 is #2C464A. Grayscale: #C0C0C0. Windows color (decimal): -2901579 or 11909587. OLE color: 11909587.

HSL color Cylindrical-coordinate representation of color #D3B9B5: hue angle of 8º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3B9B5 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 185 181 -
CMYK 0 0.12 0.14 0.17
HSL 0.25% 0.77% -
HSV(B) 0.14% 0.83% -
XYZ 52.55 51.88 50.96 -
YUV 192.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 211 185 181 0 0.12 0.14 0.17 8 0.25 0.77
Hex D3 B9 B5 0 C E 11 8 19 4D
Octal 323 271 265 0 14 16 21 10 31 115
Binary 11010011 10111001 10110101 0 1100 1110 10001 1000 11001 1001101

Color Harmonies of #D3B9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B9B5

Black with #D3B9B5

Text Example


Text Example

White with #D3B9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B9B5; }

 p { color: rgb(211,185,181); }

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

background-color css

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

 a { background-color: rgb(211,185,181); }

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

border-color css

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

 span { border-color: rgb(211,185,181); }

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