Html Css Color HEX #D6BAB9 Oyster Pink

📋 copy color: '#D6BAB9'

red 214 ◦ green 186 ◦ blue 185

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

Shades of Oyster Pink #D6BAB9

Tints of Oyster Pink #D6BAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.79%

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

R = 36.58%
G = 31.79%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D6BAB9 (or 0xD6BAB9) is known color: Oyster Pink. HEX triplet: D6, BA and B9. RGB value is (214,186,185). Sum of RGB (Red+Green+Blue) = 214+186+185=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAB9 is #294546. Grayscale: #C2C2C2. Windows color (decimal): -2704711 or 12171990. OLE color: 12171990.

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

Color convert

RGB 214 186 185 -
CMYK 0 0.13 0.14 0.16
HSL 2.07º 0.26% 0.78% -
HSV(B) 2.07º 0.14% 0.84% -
XYZ 54.05 52.92 53.26 -
YUV 194.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 214 186 185 0 0.13 0.14 0.16 2.07 0.26 0.78
Hex D6 BA B9 0 D E 10 2 1A 4E
Octal 326 272 271 0 15 16 20 2 32 116
Binary 11010110 10111010 10111001 0 1101 1110 10000 10 11010 1001110

Color Harmonies of #D6BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAB9

Black with #D6BAB9

Text Example


Text Example

White with #D6BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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