Html Css Color HEX #D7BAB6 Oyster Pink

📋 copy color: '#D7BAB6'

red 215 ◦ green 186 ◦ blue 182

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

Shades of Oyster Pink #D7BAB6

Tints of Oyster Pink #D7BAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.22%

R = 36.88%
G = 31.9%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D7BAB6 (or 0xD7BAB6) is known color: Oyster Pink. HEX triplet: D7, BA and B6. RGB value is (215,186,182). Sum of RGB (Red+Green+Blue) = 215+186+182=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAB6 is #284549. Grayscale: #C2C2C2. Windows color (decimal): -2639178 or 11975383. OLE color: 11975383.

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

Color convert

RGB 215 186 182 -
CMYK 0 0.13 0.15 0.16
HSL 7.27º 0.29% 0.78% -
HSV(B) 7.27º 0.15% 0.84% -
XYZ 54.03 52.94 51.63 -
YUV 194.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 215 186 182 0 0.13 0.15 0.16 7.27 0.29 0.78
Hex D7 BA B6 0 D F 10 7 1D 4E
Octal 327 272 266 0 15 17 20 7 35 116
Binary 11010111 10111010 10110110 0 1101 1111 10000 111 11101 1001110

Color Harmonies of #D7BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAB6

Black with #D7BAB6

Text Example


Text Example

White with #D7BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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