Html Css Color HEX #D7BAB3 Oyster Pink

📋 copy color: '#D7BAB3'

red 215 ◦ green 186 ◦ blue 179

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

Shades of Oyster Pink #D7BAB3

Tints of Oyster Pink #D7BAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.86%

R = 37.07%
G = 32.07%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D7BAB3 (or 0xD7BAB3) is known color: Oyster Pink. HEX triplet: D7, BA and B3. RGB value is (215,186,179). Sum of RGB (Red+Green+Blue) = 215+186+179=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAB3 is #28454C. Grayscale: #C1C1C1. Windows color (decimal): -2639181 or 11778775. OLE color: 11778775.

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

Color convert

RGB 215 186 179 -
CMYK 0 0.13 0.17 0.16
HSL 11.67º 0.31% 0.77% -
HSV(B) 11.67º 0.17% 0.84% -
XYZ 53.72 52.82 50.01 -
YUV 193.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 215 186 179 0 0.13 0.17 0.16 11.67 0.31 0.77
Hex D7 BA B3 0 D 11 10 C 1F 4D
Octal 327 272 263 0 15 21 20 14 37 115
Binary 11010111 10111010 10110011 0 1101 10001 10000 1100 11111 1001101

Color Harmonies of #D7BAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAB3

Black with #D7BAB3

Text Example


Text Example

White with #D7BAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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