Html Css Color HEX #D5BDBA Oyster Pink

📋 copy color: '#D5BDBA'

red 213 ◦ green 189 ◦ blue 186

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

Shades of Oyster Pink #D5BDBA

Tints of Oyster Pink #D5BDBA

RGB

 RED value IS 213 (83.59% from 255) = 36.22%

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

 BLUE value IS 186 (73.05% from 255) = 31.63%

R = 36.22%
G = 32.14%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5BDBA (or 0xD5BDBA) is known color: Oyster Pink. HEX triplet: D5, BD and BA. RGB value is (213,189,186). Sum of RGB (Red+Green+Blue) = 213+189+186=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDBA is #2A4245. Grayscale: #C3C3C3. Windows color (decimal): -2769478 or 12238293. OLE color: 12238293.

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

Color convert

RGB 213 189 186 -
CMYK 0 0.11 0.13 0.16
HSL 6.67º 0.24% 0.78% -
HSV(B) 6.67º 0.13% 0.84% -
XYZ 54.5 54.09 54.02 -
YUV 195.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 213 189 186 0 0.11 0.13 0.16 6.67 0.24 0.78
Hex D5 BD BA 0 B D 10 7 18 4E
Octal 325 275 272 0 13 15 20 7 30 116
Binary 11010101 10111101 10111010 0 1011 1101 10000 111 11000 1001110

Color Harmonies of #D5BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BDBA

Black with #D5BDBA

Text Example


Text Example

White with #D5BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BDBA; }

 p { color: rgb(213,189,186); }

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

background-color css

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

 a { background-color: rgb(213,189,186); }

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

border-color css

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

 span { border-color: rgb(213,189,186); }

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