Html Css Color HEX #DBB1A9 Oyster Pink

📋 copy color: '#DBB1A9'

red 219 ◦ green 177 ◦ blue 169

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

Shades of Oyster Pink #DBB1A9

Tints of Oyster Pink #DBB1A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.91%

R = 38.76%
G = 31.33%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBB1A9 (or 0xDBB1A9) is known color: Oyster Pink. HEX triplet: DB, B1 and A9. RGB value is (219,177,169). Sum of RGB (Red+Green+Blue) = 219+177+169=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1A9 is #244E56. Grayscale: #BCBCBC. Windows color (decimal): -2379351 or 11121115. OLE color: 11121115.

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

Color convert

RGB 219 177 169 -
CMYK 0 0.19 0.23 0.14
HSL 9.6º 0.41% 0.76% -
HSV(B) 9.6º 0.23% 0.86% -
XYZ 52.1 49.37 44.32 -
YUV 188.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 219 177 169 0 0.19 0.23 0.14 9.6 0.41 0.76
Hex DB B1 A9 0 13 17 E A 29 4C
Octal 333 261 251 0 23 27 16 12 51 114
Binary 11011011 10110001 10101001 0 10011 10111 1110 1010 101001 1001100

Color Harmonies of #DBB1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1A9

Black with #DBB1A9

Text Example


Text Example

White with #DBB1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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