Html Css Color HEX #D6BDBA Oyster Pink

📋 copy color: '#D6BDBA'

red 214 ◦ green 189 ◦ blue 186

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

Shades of Oyster Pink #D6BDBA

Tints of Oyster Pink #D6BDBA

RGB

 RED value IS 214 (83.98% from 255) = 36.33%

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

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

R = 36.33%
G = 32.09%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6BDBA (or 0xD6BDBA) is known color: Oyster Pink. HEX triplet: D6, BD and BA. RGB value is (214,189,186). Sum of RGB (Red+Green+Blue) = 214+189+186=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDBA is #294245. Grayscale: #C4C4C4. Windows color (decimal): -2703942 or 12238294. OLE color: 12238294.

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

Color convert

RGB 214 189 186 -
CMYK 0 0.12 0.13 0.16
HSL 6.43º 0.25% 0.78% -
HSV(B) 6.43º 0.13% 0.84% -
XYZ 54.79 54.24 54.04 -
YUV 196.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 214 189 186 0 0.12 0.13 0.16 6.43 0.25 0.78
Hex D6 BD BA 0 C D 10 6 19 4E
Octal 326 275 272 0 14 15 20 6 31 116
Binary 11010110 10111101 10111010 0 1100 1101 10000 110 11001 1001110

Color Harmonies of #D6BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDBA

Black with #D6BDBA

Text Example


Text Example

White with #D6BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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