Html Css Color HEX #D7BAB4 Oyster Pink

📋 copy color: '#D7BAB4'

red 215 ◦ green 186 ◦ blue 180

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

Shades of Oyster Pink #D7BAB4

Tints of Oyster Pink #D7BAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.98%

R = 37.01%
G = 32.01%
B = 30.98%

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

#D7BAB4 (or 0xD7BAB4) is known color: Oyster Pink. HEX triplet: D7, BA and B4. RGB value is (215,186,180). Sum of RGB (Red+Green+Blue) = 215+186+180=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAB4 is #28454B. Grayscale: #C2C2C2. Windows color (decimal): -2639180 or 11844311. OLE color: 11844311.

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

Color convert

RGB 215 186 180 -
CMYK 0 0.13 0.16 0.16
HSL 10.29º 0.3% 0.77% -
HSV(B) 10.29º 0.16% 0.84% -
XYZ 53.82 52.86 50.55 -
YUV 193.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 215 186 180 0 0.13 0.16 0.16 10.29 0.3 0.77
Hex D7 BA B4 0 D 10 10 A 1E 4D
Octal 327 272 264 0 15 20 20 12 36 115
Binary 11010111 10111010 10110100 0 1101 10000 10000 1010 11110 1001101

Color Harmonies of #D7BAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAB4

Black with #D7BAB4

Text Example


Text Example

White with #D7BAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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