#DBACAA

Color #DBACAA Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #DBACAA

Tints of Oyster Pink #DBACAA

Color information

#DBACAA (or 0xDBACAA) is unknown color: approx Oyster Pink. HEX triplet: DB, AC and AA. RGB value is (219,172,170). Sum of RGB (Red+Green+Blue) = 219+172+170=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACAA is #245355. Grayscale: #B9B9B9. Windows color (decimal): -2380630 or 11185371. OLE color: 11185371.

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

Color convert

RGB219172170-
CMYK00.210.220.14
HSL2.45º40.5%76.27%-
HSV(B)2.45º22.37%85.88%-
XYZ51.2247.4744.49-
YUV185.82119.07151.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=39.04%
G=30.66%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917217000.210.220.142.4540.576.27
HexDBACAA01516E2284c
Octal3332542520252616250114
Binary110110111010110010101010010101101101110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACAA; }

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

 H1.HeaderClassName
 {
   color: #DBACAA;
 }
 .AnyTagClassName
 {
   color: #DBACAA;
 }
</style>
background-color css

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

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

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

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

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

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