Html Css Color HEX #D5BABA Oyster Pink

📋 copy color: '#D5BABA'

red 213 ◦ green 186 ◦ blue 186

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

Shades of Oyster Pink #D5BABA

Tints of Oyster Pink #D5BABA

RGB

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

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

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

R = 36.41%
G = 31.79%
B = 31.79%

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

#D5BABA (or 0xD5BABA) is known color: Oyster Pink. HEX triplet: D5, BA and BA. RGB value is (213,186,186). Sum of RGB (Red+Green+Blue) = 213+186+186=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BABA is #2A4545. Grayscale: #C2C2C2. Windows color (decimal): -2770246 or 12237525. OLE color: 12237525.

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

Color convert

RGB 213 186 186 -
CMYK 0 0.13 0.13 0.16
HSL 0.24% 0.78% -
HSV(B) 0.13% 0.84% -
XYZ 53.86 52.81 53.81 -
YUV 194.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 213 186 186 0 0.13 0.13 0.16 0 0.24 0.78
Hex D5 BA BA 0 D D 10 0 18 4E
Octal 325 272 272 0 15 15 20 0 30 116
Binary 11010101 10111010 10111010 0 1101 1101 10000 0 11000 1001110

Color Harmonies of #D5BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BABA

Black with #D5BABA

Text Example


Text Example

White with #D5BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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