Html Css Color HEX #D7BDB9 Oyster Pink

📋 copy color: '#D7BDB9'

red 215 ◦ green 189 ◦ blue 185

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

Shades of Oyster Pink #D7BDB9

Tints of Oyster Pink #D7BDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.09%

 BLUE value IS 185 (72.66% from 255) = 31.41%

R = 36.5%
G = 32.09%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7BDB9 (or 0xD7BDB9) is known color: Oyster Pink. HEX triplet: D7, BD and B9. RGB value is (215,189,185). Sum of RGB (Red+Green+Blue) = 215+189+185=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDB9 is #284246. Grayscale: #C4C4C4. Windows color (decimal): -2638407 or 12172759. OLE color: 12172759.

HSL color Cylindrical-coordinate representation of color #D7BDB9: hue angle of 8º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7BDB9 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 189 185 -
CMYK 0 0.12 0.14 0.16
HSL 0.27% 0.78% -
HSV(B) 0.14% 0.84% -
XYZ 54.98 54.35 53.49 -
YUV 196.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 215 189 185 0 0.12 0.14 0.16 8 0.27 0.78
Hex D7 BD B9 0 C E 10 8 1B 4E
Octal 327 275 271 0 14 16 20 10 33 116
Binary 11010111 10111101 10111001 0 1100 1110 10000 1000 11011 1001110

Color Harmonies of #D7BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BDB9

Black with #D7BDB9

Text Example


Text Example

White with #D7BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BDB9; }

 p { color: rgb(215,189,185); }

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

background-color css

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

 a { background-color: rgb(215,189,185); }

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

border-color css

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

 span { border-color: rgb(215,189,185); }

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