Html Css Color HEX #D8B2AA Oyster Pink

📋 copy color: '#D8B2AA'

red 216 ◦ green 178 ◦ blue 170

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

Shades of Oyster Pink #D8B2AA

Tints of Oyster Pink #D8B2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.14%

R = 38.3%
G = 31.56%
B = 30.14%

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

#D8B2AA (or 0xD8B2AA) is known color: Oyster Pink. HEX triplet: D8, B2 and AA. RGB value is (216,178,170). Sum of RGB (Red+Green+Blue) = 216+178+170=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B2AA is #274D55. Grayscale: #BCBCBC. Windows color (decimal): -2575702 or 11186904. OLE color: 11186904.

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

Color convert

RGB 216 178 170 -
CMYK 0 0.18 0.21 0.15
HSL 10.43º 0.37% 0.76% -
HSV(B) 10.43º 0.21% 0.85% -
XYZ 51.5 49.34 44.84 -
YUV 188.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 216 178 170 0 0.18 0.21 0.15 10.43 0.37 0.76
Hex D8 B2 AA 0 12 15 F A 25 4C
Octal 330 262 252 0 22 25 17 12 45 114
Binary 11011000 10110010 10101010 0 10010 10101 1111 1010 100101 1001100

Color Harmonies of #D8B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2AA

Black with #D8B2AA

Text Example


Text Example

White with #D8B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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