Html Css Color HEX #DBB1AB Oyster Pink

📋 copy color: '#DBB1AB'

red 219 ◦ green 177 ◦ blue 171

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

Shades of Oyster Pink #DBB1AB

Tints of Oyster Pink #DBB1AB

RGB

 RED value IS 219 (85.94% from 255) = 38.62%

 GREEN value IS 177 (69.53% from 255) = 31.22%

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 38.62%
G = 31.22%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBB1AB (or 0xDBB1AB) is known color: Oyster Pink. HEX triplet: DB, B1 and AB. RGB value is (219,177,171). Sum of RGB (Red+Green+Blue) = 219+177+171=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1AB is #244E54. Grayscale: #BCBCBC. Windows color (decimal): -2379349 or 11252187. OLE color: 11252187.

HSL color Cylindrical-coordinate representation of color #DBB1AB: hue angle of 7.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB1AB is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 171 -
CMYK 0 0.19 0.22 0.14
HSL 7.5º 0.4% 0.76% -
HSV(B) 7.5º 0.22% 0.86% -
XYZ 52.29 49.44 45.32 -
YUV 188.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 219 177 171 0 0.19 0.22 0.14 7.5 0.4 0.76
Hex DB B1 AB 0 13 16 E 8 28 4C
Octal 333 261 253 0 23 26 16 10 50 114
Binary 11011011 10110001 10101011 0 10011 10110 1110 1000 101000 1001100

Color Harmonies of #DBB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1AB

Black with #DBB1AB

Text Example


Text Example

White with #DBB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1AB; }

 p { color: rgb(219,177,171); }

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

background-color css

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

 a { background-color: rgb(219,177,171); }

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

border-color css

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

 span { border-color: rgb(219,177,171); }

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