Html Css Color HEX #D1B2AD Oyster Pink

📋 copy color: '#D1B2AD'

red 209 ◦ green 178 ◦ blue 173

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

Shades of Oyster Pink #D1B2AD

Tints of Oyster Pink #D1B2AD

RGB

 RED value IS 209 (82.03% from 255) = 37.32%

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

 BLUE value IS 173 (67.97% from 255) = 30.89%

R = 37.32%
G = 31.79%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D1B2AD (or 0xD1B2AD) is known color: Oyster Pink. HEX triplet: D1, B2 and AD. RGB value is (209,178,173). Sum of RGB (Red+Green+Blue) = 209+178+173=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B2AD is #2E4D52. Grayscale: #BABABA. Windows color (decimal): -3034451 or 11383505. OLE color: 11383505.

HSL color Cylindrical-coordinate representation of color #D1B2AD: hue angle of 8.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1B2AD is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 178 173 -
CMYK 0 0.15 0.17 0.18
HSL 8.33º 0.28% 0.75% -
HSV(B) 8.33º 0.17% 0.82% -
XYZ 49.76 48.41 46.26 -
YUV 186.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 209 178 173 0 0.15 0.17 0.18 8.33 0.28 0.75
Hex D1 B2 AD 0 F 11 12 8 1C 4B
Octal 321 262 255 0 17 21 22 10 34 113
Binary 11010001 10110010 10101101 0 1111 10001 10010 1000 11100 1001011

Color Harmonies of #D1B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2AD

Black with #D1B2AD

Text Example


Text Example

White with #D1B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2AD; }

 p { color: rgb(209,178,173); }

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

background-color css

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

 a { background-color: rgb(209,178,173); }

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

border-color css

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

 span { border-color: rgb(209,178,173); }

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