Html Css Color HEX #D6BABA Oyster Pink

📋 copy color: '#D6BABA'

red 214 ◦ green 186 ◦ blue 186

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

Shades of Oyster Pink #D6BABA

Tints of Oyster Pink #D6BABA

RGB

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

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

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

R = 36.52%
G = 31.74%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6BABA (or 0xD6BABA) is known color: Oyster Pink. HEX triplet: D6, BA and BA. RGB value is (214,186,186). Sum of RGB (Red+Green+Blue) = 214+186+186=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABA is #294545. Grayscale: #C2C2C2. Windows color (decimal): -2704710 or 12237526. OLE color: 12237526.

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

Color convert

RGB 214 186 186 -
CMYK 0 0.13 0.13 0.16
HSL 0.25% 0.78% -
HSV(B) 0.13% 0.84% -
XYZ 54.15 52.96 53.82 -
YUV 194.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 214 186 186 0 0.13 0.13 0.16 0 0.25 0.78
Hex D6 BA BA 0 D D 10 0 19 4E
Octal 326 272 272 0 15 15 20 0 31 116
Binary 11010110 10111010 10111010 0 1101 1101 10000 0 11001 1001110

Color Harmonies of #D6BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BABA

Black with #D6BABA

Text Example


Text Example

White with #D6BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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