Html Css Color HEX #D7BAB5 Oyster Pink

📋 copy color: '#D7BAB5'

red 215 ◦ green 186 ◦ blue 181

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

Shades of Oyster Pink #D7BAB5

Tints of Oyster Pink #D7BAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.1%

R = 36.94%
G = 31.96%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D7BAB5 (or 0xD7BAB5) is known color: Oyster Pink. HEX triplet: D7, BA and B5. RGB value is (215,186,181). Sum of RGB (Red+Green+Blue) = 215+186+181=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAB5 is #28454A. Grayscale: #C2C2C2. Windows color (decimal): -2639179 or 11909847. OLE color: 11909847.

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

Color convert

RGB 215 186 181 -
CMYK 0 0.13 0.16 0.16
HSL 8.82º 0.3% 0.78% -
HSV(B) 8.82º 0.16% 0.84% -
XYZ 53.92 52.9 51.08 -
YUV 194.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 215 186 181 0 0.13 0.16 0.16 8.82 0.3 0.78
Hex D7 BA B5 0 D 10 10 9 1E 4E
Octal 327 272 265 0 15 20 20 11 36 116
Binary 11010111 10111010 10110101 0 1101 10000 10000 1001 11110 1001110

Color Harmonies of #D7BAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAB5

Black with #D7BAB5

Text Example


Text Example

White with #D7BAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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