Html Css Color HEX #DBADAA Oyster Pink

📋 copy color: '#DBADAA'

red 219 ◦ green 173 ◦ blue 170

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

Shades of Oyster Pink #DBADAA

Tints of Oyster Pink #DBADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.78%

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

R = 38.97%
G = 30.78%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBADAA (or 0xDBADAA) is known color: Oyster Pink. HEX triplet: DB, AD and AA. RGB value is (219,173,170). Sum of RGB (Red+Green+Blue) = 219+173+170=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADAA is #245255. Grayscale: #BABABA. Windows color (decimal): -2380374 or 11185627. OLE color: 11185627.

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

Color convert

RGB 219 173 170 -
CMYK 0 0.21 0.22 0.14
HSL 3.67º 0.4% 0.76% -
HSV(B) 3.67º 0.22% 0.86% -
XYZ 51.41 47.85 44.56 -
YUV 186.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 219 173 170 0 0.21 0.22 0.14 3.67 0.4 0.76
Hex DB AD AA 0 15 16 E 4 28 4C
Octal 333 255 252 0 25 26 16 4 50 114
Binary 11011011 10101101 10101010 0 10101 10110 1110 100 101000 1001100

Color Harmonies of #DBADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADAA

Black with #DBADAA

Text Example


Text Example

White with #DBADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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