Html Css Color HEX #D8B2AD Oyster Pink

📋 copy color: '#D8B2AD'

red 216 ◦ green 178 ◦ blue 173

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

Shades of Oyster Pink #D8B2AD

Tints of Oyster Pink #D8B2AD

RGB

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

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

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

R = 38.1%
G = 31.39%
B = 30.51%

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

#D8B2AD (or 0xD8B2AD) is known color: Oyster Pink. HEX triplet: D8, B2 and AD. RGB value is (216,178,173). Sum of RGB (Red+Green+Blue) = 216+178+173=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B2AD is #274D52. Grayscale: #BCBCBC. Windows color (decimal): -2575699 or 11383512. OLE color: 11383512.

HSL color Cylindrical-coordinate representation of color #D8B2AD: hue angle of 6.98º 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 #D8B2AD is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 173 -
CMYK 0 0.18 0.20 0.15
HSL 6.98º 0.36% 0.76% -
HSV(B) 6.98º 0.2% 0.85% -
XYZ 51.78 49.46 46.35 -
YUV 188.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 216 178 173 0 0.18 0.20 0.15 6.98 0.36 0.76
Hex D8 B2 AD 0 12 14 F 7 24 4C
Octal 330 262 255 0 22 24 17 7 44 114
Binary 11011000 10110010 10101101 0 10010 10100 1111 111 100100 1001100

Color Harmonies of #D8B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2AD

Black with #D8B2AD

Text Example


Text Example

White with #D8B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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