Html Css Color HEX #D6B1B1 Oyster Pink

📋 copy color: '#D6B1B1'

red 214 ◦ green 177 ◦ blue 177

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

Shades of Oyster Pink #D6B1B1

Tints of Oyster Pink #D6B1B1

RGB

 RED value IS 214 (83.98% from 255) = 37.68%

 GREEN value IS 177 (69.53% from 255) = 31.16%

 BLUE value IS 177 (69.53% from 255) = 31.16%

R = 37.68%
G = 31.16%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6B1B1 (or 0xD6B1B1) is known color: Oyster Pink. HEX triplet: D6, B1 and B1. RGB value is (214,177,177). Sum of RGB (Red+Green+Blue) = 214+177+177=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B1B1 is #294E4E. Grayscale: #BCBCBC. Windows color (decimal): -2707023 or 11645398. OLE color: 11645398.

HSL color Cylindrical-coordinate representation of color #D6B1B1: hue angle of 0º 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 #D6B1B1 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 177 -
CMYK 0 0.17 0.17 0.16
HSL 0.31% 0.77% -
HSV(B) 0.17% 0.84% -
XYZ 51.39 48.91 48.33 -
YUV 188.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 214 177 177 0 0.17 0.17 0.16 0 0.31 0.77
Hex D6 B1 B1 0 11 11 10 0 1F 4D
Octal 326 261 261 0 21 21 20 0 37 115
Binary 11010110 10110001 10110001 0 10001 10001 10000 0 11111 1001101

Color Harmonies of #D6B1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B1B1

Black with #D6B1B1

Text Example


Text Example

White with #D6B1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B1B1; }

 p { color: rgb(214,177,177); }

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

background-color css

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

 a { background-color: rgb(214,177,177); }

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

border-color css

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

 span { border-color: rgb(214,177,177); }

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