Html Css Color HEX #DBAFA9 Oyster Pink

📋 copy color: '#DBAFA9'

red 219 ◦ green 175 ◦ blue 169

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

Shades of Oyster Pink #DBAFA9

Tints of Oyster Pink #DBAFA9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.08%

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

R = 38.9%
G = 31.08%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBAFA9 (or 0xDBAFA9) is known color: Oyster Pink. HEX triplet: DB, AF and A9. RGB value is (219,175,169). Sum of RGB (Red+Green+Blue) = 219+175+169=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFA9 is #245056. Grayscale: #BBBBBB. Windows color (decimal): -2379863 or 11120603. OLE color: 11120603.

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

Color convert

RGB 219 175 169 -
CMYK 0 0.20 0.23 0.14
HSL 7.2º 0.41% 0.76% -
HSV(B) 7.2º 0.23% 0.86% -
XYZ 51.7 48.58 44.19 -
YUV 187.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 219 175 169 0 0.20 0.23 0.14 7.2 0.41 0.76
Hex DB AF A9 0 14 17 E 7 29 4C
Octal 333 257 251 0 24 27 16 7 51 114
Binary 11011011 10101111 10101001 0 10100 10111 1110 111 101001 1001100

Color Harmonies of #DBAFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFA9

Black with #DBAFA9

Text Example


Text Example

White with #DBAFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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