Html Css Color HEX #DBB0AA Oyster Pink

📋 copy color: '#DBB0AA'

red 219 ◦ green 176 ◦ blue 170

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

Shades of Oyster Pink #DBB0AA

Tints of Oyster Pink #DBB0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 38.76%
G = 31.15%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBB0AA (or 0xDBB0AA) is known color: Oyster Pink. HEX triplet: DB, B0 and AA. RGB value is (219,176,170). Sum of RGB (Red+Green+Blue) = 219+176+170=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0AA is #244F55. Grayscale: #BCBCBC. Windows color (decimal): -2379606 or 11186395. OLE color: 11186395.

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

Color convert

RGB 219 176 170 -
CMYK 0 0.20 0.22 0.14
HSL 7.35º 0.4% 0.76% -
HSV(B) 7.35º 0.22% 0.86% -
XYZ 51.99 49.01 44.75 -
YUV 188.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 219 176 170 0 0.20 0.22 0.14 7.35 0.4 0.76
Hex DB B0 AA 0 14 16 E 7 28 4C
Octal 333 260 252 0 24 26 16 7 50 114
Binary 11011011 10110000 10101010 0 10100 10110 1110 111 101000 1001100

Color Harmonies of #DBB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0AA

Black with #DBB0AA

Text Example


Text Example

White with #DBB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0AA; }

 p { color: rgb(219,176,170); }

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

background-color css

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

 a { background-color: rgb(219,176,170); }

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

border-color css

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

 span { border-color: rgb(219,176,170); }

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