Html Css Color HEX #D7BDB8 Oyster Pink

📋 copy color: '#D7BDB8'

red 215 ◦ green 189 ◦ blue 184

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

Shades of Oyster Pink #D7BDB8

Tints of Oyster Pink #D7BDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.29%

R = 36.56%
G = 32.14%
B = 31.29%

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

#D7BDB8 (or 0xD7BDB8) is known color: Oyster Pink. HEX triplet: D7, BD and B8. RGB value is (215,189,184). Sum of RGB (Red+Green+Blue) = 215+189+184=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDB8 is #284247. Grayscale: #C4C4C4. Windows color (decimal): -2638408 or 12107223. OLE color: 12107223.

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

Color convert

RGB 215 189 184 -
CMYK 0 0.12 0.14 0.16
HSL 9.68º 0.28% 0.78% -
HSV(B) 9.68º 0.14% 0.84% -
XYZ 54.87 54.3 52.94 -
YUV 196.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 215 189 184 0 0.12 0.14 0.16 9.68 0.28 0.78
Hex D7 BD B8 0 C E 10 A 1C 4E
Octal 327 275 270 0 14 16 20 12 34 116
Binary 11010111 10111101 10111000 0 1100 1110 10000 1010 11100 1001110

Color Harmonies of #D7BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BDB8

Black with #D7BDB8

Text Example


Text Example

White with #D7BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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