Html Css Color HEX #D7BAB9 Oyster Pink

📋 copy color: '#D7BAB9'

red 215 ◦ green 186 ◦ blue 185

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

Shades of Oyster Pink #D7BAB9

Tints of Oyster Pink #D7BAB9

RGB

 RED value IS 215 (84.38% from 255) = 36.69%

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

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

R = 36.69%
G = 31.74%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7BAB9 (or 0xD7BAB9) is known color: Oyster Pink. HEX triplet: D7, BA and B9. RGB value is (215,186,185). Sum of RGB (Red+Green+Blue) = 215+186+185=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAB9 is #284546. Grayscale: #C2C2C2. Windows color (decimal): -2639175 or 12171991. OLE color: 12171991.

HSL color Cylindrical-coordinate representation of color #D7BAB9: hue angle of 2º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7BAB9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 185 -
CMYK 0 0.13 0.14 0.16
HSL 0.27% 0.78% -
HSV(B) 0.14% 0.84% -
XYZ 54.34 53.07 53.28 -
YUV 194.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 215 186 185 0 0.13 0.14 0.16 2 0.27 0.78
Hex D7 BA B9 0 D E 10 2 1B 4E
Octal 327 272 271 0 15 16 20 2 33 116
Binary 11010111 10111010 10111001 0 1101 1110 10000 10 11011 1001110

Color Harmonies of #D7BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAB9

Black with #D7BAB9

Text Example


Text Example

White with #D7BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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