Html Css Color HEX #D4BAB9 Oyster Pink

📋 copy color: '#D4BAB9'

red 212 ◦ green 186 ◦ blue 185

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

Shades of Oyster Pink #D4BAB9

Tints of Oyster Pink #D4BAB9

RGB

 RED value IS 212 (83.2% from 255) = 36.36%

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

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

R = 36.36%
G = 31.9%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D4BAB9 (or 0xD4BAB9) is known color: Oyster Pink. HEX triplet: D4, BA and B9. RGB value is (212,186,185). Sum of RGB (Red+Green+Blue) = 212+186+185=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAB9 is #2B4546. Grayscale: #C1C1C1. Windows color (decimal): -2835783 or 12171988. OLE color: 12171988.

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

Color convert

RGB 212 186 185 -
CMYK 0 0.12 0.13 0.17
HSL 2.22º 0.24% 0.78% -
HSV(B) 2.22º 0.13% 0.83% -
XYZ 53.47 52.62 53.24 -
YUV 193.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 212 186 185 0 0.12 0.13 0.17 2.22 0.24 0.78
Hex D4 BA B9 0 C D 11 2 18 4E
Octal 324 272 271 0 14 15 21 2 30 116
Binary 11010100 10111010 10111001 0 1100 1101 10001 10 11000 1001110

Color Harmonies of #D4BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAB9

Black with #D4BAB9

Text Example


Text Example

White with #D4BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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