Html Css Color HEX #D8BAB9 Oyster Pink

📋 copy color: '#D8BAB9'

red 216 ◦ green 186 ◦ blue 185

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

Shades of Oyster Pink #D8BAB9

Tints of Oyster Pink #D8BAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.69%

 BLUE value IS 185 (72.66% from 255) = 31.52%

R = 36.8%
G = 31.69%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8BAB9 (or 0xD8BAB9) is known color: Oyster Pink. HEX triplet: D8, BA and B9. RGB value is (216,186,185). Sum of RGB (Red+Green+Blue) = 216+186+185=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAB9 is #274546. Grayscale: #C2C2C2. Windows color (decimal): -2573639 or 12171992. OLE color: 12171992.

HSL color Cylindrical-coordinate representation of color #D8BAB9: hue angle of 1.94º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BAB9 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 185 -
CMYK 0 0.14 0.14 0.15
HSL 1.94º 0.28% 0.79% -
HSV(B) 1.94º 0.14% 0.85% -
XYZ 54.63 53.22 53.29 -
YUV 194.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 216 186 185 0 0.14 0.14 0.15 1.94 0.28 0.79
Hex D8 BA B9 0 E E F 2 1C 4F
Octal 330 272 271 0 16 16 17 2 34 117
Binary 11011000 10111010 10111001 0 1110 1110 1111 10 11100 1001111

Color Harmonies of #D8BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAB9

Black with #D8BAB9

Text Example


Text Example

White with #D8BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAB9; }

 p { color: rgb(216,186,185); }

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

background-color css

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

 a { background-color: rgb(216,186,185); }

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

border-color css

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

 span { border-color: rgb(216,186,185); }

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