Html Css Color HEX #D7B4B3 Oyster Pink

📋 copy color: '#D7B4B3'

red 215 ◦ green 180 ◦ blue 179

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

Shades of Oyster Pink #D7B4B3

Tints of Oyster Pink #D7B4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.36%

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

R = 37.46%
G = 31.36%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D7B4B3 (or 0xD7B4B3) is known color: Oyster Pink. HEX triplet: D7, B4 and B3. RGB value is (215,180,179). Sum of RGB (Red+Green+Blue) = 215+180+179=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B4B3 is #284B4C. Grayscale: #BEBEBE. Windows color (decimal): -2640717 or 11777239. OLE color: 11777239.

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

Color convert

RGB 215 180 179 -
CMYK 0 0.16 0.17 0.16
HSL 1.67º 0.31% 0.77% -
HSV(B) 1.67º 0.17% 0.84% -
XYZ 52.48 50.34 49.6 -
YUV 190.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 215 180 179 0 0.16 0.17 0.16 1.67 0.31 0.77
Hex D7 B4 B3 0 10 11 10 2 1F 4D
Octal 327 264 263 0 20 21 20 2 37 115
Binary 11010111 10110100 10110011 0 10000 10001 10000 10 11111 1001101

Color Harmonies of #D7B4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B4B3

Black with #D7B4B3

Text Example


Text Example

White with #D7B4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B4B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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