Html Css Color HEX #D7B5B2 Oyster Pink

📋 copy color: '#D7B5B2'

red 215 ◦ green 181 ◦ blue 178

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

Shades of Oyster Pink #D7B5B2

Tints of Oyster Pink #D7B5B2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.53%

 BLUE value IS 178 (69.92% from 255) = 31.01%

R = 37.46%
G = 31.53%
B = 31.01%

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

#D7B5B2 (or 0xD7B5B2) is known color: Oyster Pink. HEX triplet: D7, B5 and B2. RGB value is (215,181,178). Sum of RGB (Red+Green+Blue) = 215+181+178=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B5B2 is #284A4D. Grayscale: #BEBEBE. Windows color (decimal): -2640462 or 11711959. OLE color: 11711959.

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

Color convert

RGB 215 181 178 -
CMYK 0 0.16 0.17 0.16
HSL 4.86º 0.32% 0.77% -
HSV(B) 4.86º 0.17% 0.84% -
XYZ 52.58 50.71 49.14 -
YUV 190.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 215 181 178 0 0.16 0.17 0.16 4.86 0.32 0.77
Hex D7 B5 B2 0 10 11 10 5 20 4D
Octal 327 265 262 0 20 21 20 5 40 115
Binary 11010111 10110101 10110010 0 10000 10001 10000 101 100000 1001101

Color Harmonies of #D7B5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B5B2

Black with #D7B5B2

Text Example


Text Example

White with #D7B5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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